Skip to content

Instantly share code, notes, and snippets.

@s1monw1
Created October 27, 2017 21:32
Show Gist options
  • Save s1monw1/fece50244734d7e1222a0ff235cdaf64 to your computer and use it in GitHub Desktop.
Save s1monw1/fece50244734d7e1222a0ff235cdaf64 to your computer and use it in GitHub Desktop.
List list = people.stream().map(Person::getName).collect(Collectors.toList());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment