Skip to content

Instantly share code, notes, and snippets.

@polyglotpiglet
Created August 7, 2016 07:01
Show Gist options
  • Select an option

  • Save polyglotpiglet/acb624e9372e93e7f78ef72426c4829d to your computer and use it in GitHub Desktop.

Select an option

Save polyglotpiglet/acb624e9372e93e7f78ef72426c4829d to your computer and use it in GitHub Desktop.
people.withFilter(p => p.age < 30 && p.age >= 20).map(p => p.name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment