In this tutorial you will learn how to use lambda expressions and other functional literals provided by Kotlin for the Android platform.
Lambda expression is simplified representation of a function. It can be passed as a parameter, stored in a variable or even returned as a value.
↧