Skip to content

Instantly share code, notes, and snippets.

@fvztdk
Created March 27, 2017 13:08
Show Gist options
  • Save fvztdk/ee5ff4651fe5452e9ccde7c7b101253c to your computer and use it in GitHub Desktop.
Save fvztdk/ee5ff4651fe5452e9ccde7c7b101253c to your computer and use it in GitHub Desktop.
Map List<String> to Integer[] -> Lambda
list.stream().map(Integer::parseInt).toArray(Integer[]::new)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment