Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Last active May 20, 2016 12:59
Embed
What would you like to do?
strings.stream()
.map(s -> s.length())
.collect(Collectors.toList()));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment