Introduction to Kotlin Lambdas: Getting Started | Kodeco, the new raywenderlich.com

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.


This is a companion discussion topic for the original entry at https://www.kodeco.com/2268700-introduction-to-kotlin-lambdas-getting-started