Java 8 and JSR 335: Streams (2/2)

This post is the second of a serie of two posts of Lambda Expressions and Streams. Take a look in the first part of the post clicking here [https://www.lucassaldanha.com/java-8-lambda-streams-part1/] Introduction Today I'll write a different kind of post. This post is based on my…

Java 8 and JSR 335: Lambda Expressions (1/2)

This post is the first of a serie of two posts of Lambda Expressions and Streams. Take a look in the second part of the post clicking here [https://www.lucassaldanha.com/java-8-lambda-streams-part2/] Introduction Today I'll write a different kind of post. This post is based on my…