Introduction to Kotlin Lambdas: Getting Started | 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.raywenderlich.com/2268700-introduction-to-kotlin-lambdas-getting-started

This tutorial is more than six months old so questions are no longer supported at the moment for it. Thank you!