Skip to content

Instantly share code, notes, and snippets.

@travisdachi
Last active August 17, 2016 22:41
Show Gist options
  • Save travisdachi/f95677de0373b8377fa8664c2eb58b87 to your computer and use it in GitHub Desktop.
Save travisdachi/f95677de0373b8377fa8664c2eb58b87 to your computer and use it in GitHub Desktop.
val filtrate: List<Present> = list.filter { it.kid == "Cherry" }
// filtrate contains 2 elements which are p2 and p3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment