Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created February 17, 2026 01:14
Show Gist options
  • Select an option

  • Save skydoves/24fde9d2b606b66cb52d8100cd4593f1 to your computer and use it in GitHub Desktop.

Select an option

Save skydoves/24fde9d2b606b66cb52d8100cd4593f1 to your computer and use it in GitHub Desktop.
Kotlin Higher-Order Function
fun higherOrderExample(operation: (Int) -> Int): Int {
return operation(10)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment