Skip to content
#

lambda-expressions

Here are 9 public repositories matching this topic...

Lambda expressions or functions in Kotlin are anonymous functions that can be used to simplify code by allowing functions to be created on-the-fly and passed as arguments to other functions. Lambdas are particularly useful when working with higher-order functions, which take other functions as arguments or return them as results.

  • Updated Apr 29, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the lambda-expressions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the lambda-expressions topic, visit your repo's landing page and select "manage topics."

Learn more