In Kotlin, a function which can accepts a function as parameter or can returns a function is called Higher-Order function. Instead of Integer, String or Array as a parameter to function, we will pass anonymous function or lambdas . Frequently, lambdas are passed as parameter in Kotlin functions for the convenience.