Skip to content

Instantly share code, notes, and snippets.

@iyengarajay
Last active May 20, 2016 12:56
Embed
What would you like to do?
leagues.stream()
.map(league -> league.getTeams().stream())
.forEach(System.out::println);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment