Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Web Technologies
39.3k+ articles
DSA
22.4k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.8k+ articles
JavaScript
11.6k+ articles
School Learning
11.4k+ articles
GBlog
3.1k+ articles
Kotlin
870+ articles
Kotlin Collections
20 articles
Kotlin Functions
17 posts
Popular Articles
Recent Articles
Kotlin partition() Method with Examples
Last Updated: 15 March 2022
In this article, we are going to discuss how to split the original collection into pair of collections, because sometimes while coding, you
...read more
Kotlin
Kotlin Functions
Kotlin Collections
Multiple Return Values in Kotlin
Last Updated: 22 February 2022
Kotlin is a statically typed, general-purpose programming language developed by JetBrains, that has built world-class IDEs like IntelliJ IDE
...read more
Kotlin
Kotlin Functions
Local Functions in Kotlin
Last Updated: 22 February 2022
The idea behind functions is very simple: split up a large program into smaller chunks that can be reasoned more easily and allow the reuse
...read more
Kotlin
Kotlin Functions
Geeks-Premier-League-2022
Geeks Premier League
Similar Topics
Web Technologies
39.3k+ articles
DSA
22.4k+ articles
Python
20.2k+ articles
Experiences
17k+ articles
Interview Experiences
13.8k+ articles
JavaScript
11.6k+ articles
School Learning
11.4k+ articles
GBlog
3.1k+ articles
Kotlin
870+ articles
Kotlin Collections
20+ articles
Function Return and Type Hierarchy in Kotlin
Last Updated: 20 February 2022
Kotlin is a statically typed, general-purpose programming language developed by JetBrains, that has built world-class IDEs like IntelliJ IDE
...read more
Kotlin
Kotlin Functions
Geeks-Premier-League-2022
Geeks Premier League
How to Specify Default Values in Kotlin Functions?
Last Updated: 11 October 2022
In Kotlin, you can provide default values to parameters in a function definition. If the function is called with arguments passed, those arg
...read more
Kotlin
Kotlin Functions
How to Pass a Function as a Parameter to Another in Kotlin?
Last Updated: 11 October 2022
Kotlin gives us the power to declare high-order functions. In a high-order function, we can pass and return functions as parameters. This is
...read more
Kotlin
Kotlin Functions
Passing Variable Arguments to a Function in Kotlin
Last Updated: 27 January 2023
There are a lot of scenarios in which we need to pass variable arguments to a function. In Kotlin, You can pass a variable number of argumen
...read more
Kotlin
Kotlin Functions
How to Write swap Function in Kotlin using the also Function?
Last Updated: 23 January 2022
also is an extension function to Template class which takes a lambda as a parameter, applies contract on it, executes the lambda function wi
...read more
Kotlin
Kotlin Functions
Working with Anonymous Function in Kotlin
Last Updated: 20 December 2021
In Kotlin, we can have functions as expressions by creating lambdas. Lambdas are function literals that is, they are not declared as they ar
...read more
Kotlin
Kotlin Functions
Kotlin infix function notation
Last Updated: 20 April 2022
In this article, we will learn infix notation used in Kotlin functions. In Kotlin, a functions marked with infix keyword can also be called
...read more
Kotlin
Kotlin Functions
Kotlin Inline Functions
Last Updated: 30 November 2022
In Kotlin, the higher-order functions or lambda expressions, all stored as an object so memory allocation, for both function objects and cla
...read more
Kotlin
Kotlin Functions
Kotlin Higher-Order Functions
Last Updated: 14 April 2022
Kotlin language has superb support for functional programming. Kotlin functions can be stored in variables and data structures, passed as ar
...read more
GBlog
Picked
Kotlin
Kotlin Functions
Kotlin Recursion
Last Updated: 09 February 2023
In this tutorial, we will learn Kotlin Recursive function. Like other programming languages, we can use recursion in Kotlin. A function that
...read more
GBlog
Picked
Kotlin
Kotlin Functions
Kotlin | Default and Named argument
Last Updated: 22 March 2023
In most programming languages, we need to specify all the arguments that a function accepts while calling that function but in Kotlin, we ne
...read more
Kotlin
Kotlin Functions
Kotlin functions
Last Updated: 05 April 2024
In Kotlin, functions are used to encapsulate a piece of behavior that can be executed multiple times. Functions can accept input parameters,
...read more
Kotlin
Kotlin Functions
1
2
>>
Last
1
2
>>
Last
1
2
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !