Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Created May 20, 2016 12:32
Embed
What would you like to do?
input.stream()
.map(list -> list.stream())
.forEach(System.out::println)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment