Skip to content

Instantly share code, notes, and snippets.

@aditrioka
Last active December 16, 2017 12:31
Show Gist options
  • Save aditrioka/be4f885c4ed1e5342cd08b0b7d73004d to your computer and use it in GitHub Desktop.
Save aditrioka/be4f885c4ed1e5342cd08b0b7d73004d to your computer and use it in GitHub Desktop.
val lambda: (Person) -> Boolean = { p -> p.name.startsWith("H") }
//
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment