Function references in Kotlin: use functions as lambdas everywhere
Function references are another of those great improvements that we get with Kotlin, which are kind of exotic when we come from Java. You already know that Kotlin supports functions as a type, what means that you can save a function in a variable, use it as another function argument, or even make that a …
Function references in Kotlin: use functions as lambdas everywhere Read More »