Java 8 Streams in Depth


Details
With the emergence of Java 8, we can create streams. Streams in Java are very similar in their essence to generators in other programming languages, such as PHP, JavaScript, Python and C#. Whether we develop an application for the android platform, a Java EE application or a simple Java SE application, using Java Streams our code can become significantly shorter.
This meeting will be dedicated for understanding the way Java Streams work. Throughout the meeting we will code together multiple different code samples and use them for gaining the most possible in-depth understanding.
This meeting follows a previous meeting in which we covered in-depth Java 8 Lambda Expressions. If you are not familiar with Java 8 Lambda Expressions it is highly recommended that you catch-up by going over the slides and watching the video that was taken at https://www.meetup.com/life-michael/events/234566034/
This meeting will be delivered by Haim Michael (https://www.linkedin.com/in/lifemichael/), who will overview the Java 8 Streams topic and delve into it in order to provide in depth understanding of this topic.

Java 8 Streams in Depth