Skip to content

Instantly share code, notes, and snippets.

@wende
Created May 9, 2015 15:21
Show Gist options
  • Save wende/7cafa8cf1ddcdee04cec to your computer and use it in GitHub Desktop.
Save wende/7cafa8cf1ddcdee04cec to your computer and use it in GitHub Desktop.
List<Integer> list = List.range(0, 10)
.map( a -> a * 2)
.map( a -> a + 10)
.map( a -> null)
.map( a -> 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment