Skip to content

Instantly share code, notes, and snippets.

@khamiltonuk
Last active November 29, 2015 22:11
Show Gist options
  • Select an option

  • Save khamiltonuk/7c78018592b0fbe81d62 to your computer and use it in GitHub Desktop.

Select an option

Save khamiltonuk/7c78018592b0fbe81d62 to your computer and use it in GitHub Desktop.
Java 8 is coming
reddit.stream()
.map(post -> if(post.isCatPost) return post.getComments(); else return 0;)
.reduce(0.0, (c1, c2) -> c1 + c2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment