Skip to content
#

kotlin-higher-order-functions

Here is 1 public repository matching this topic...

In Kotlin, a higher-order function is a function that takes one or more functions as arguments and/or returns a function as its result. Higher-order functions are used to enable more concise and expressive code, as well as to implement advanced programming concepts such as functional programming and the use of lambdas.

  • Updated Apr 29, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the kotlin-higher-order-functions 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 kotlin-higher-order-functions topic, visit your repo's landing page and select "manage topics."

Learn more