Tag: High Order Functions
-
Kotlin High Order Functions and Lambdas Explained
A higher-order function is a function that takes functions as parameters or returns a function. Instead of Integer, String, or Array as a parameter to a function, we will pass an anonymous function or lambdas. Frequently, lambdas are passed as parameters in Kotlin functions for convenience. before getting started into scope functions, I have explained […]