Skip to content

Instantly share code, notes, and snippets.

@rssh
Created September 16, 2014 04:56
Show Gist options
  • Save rssh/1f10c1aad5c7814ebf71 to your computer and use it in GitHub Desktop.
Save rssh/1f10c1aad5c7814ebf71 to your computer and use it in GitHub Desktop.
jdv_article12 (java collections)
peoples.stream().filter( x -> x.firstName.equals(”Jon”)).collect(Collectors.toList())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment