JDK 8: Lessons Learned With Lambdas and Streams [Video]
This presentation covers key features of both Lambda expressions and streams before moving on to some real world examples of how to use them effectively.
Join the DZone community and get the full member experience.
Join For FreeRecorded at SpringOne Platform 2016.
Speaker: Simon Ritter, Azul
Slides: http://www.slideshare.net/SpringCentral/jdk8-lessons-learnt-with-lambdas-and-streams
Lambda expressions and the streams API add a more functional style of programming to Java; something developers have not really had in the past.
This session will start with a short summary of the key features of both Lambda expressions and streams before moving on to some real world examples of how to use them effectively, including a number of lessons learned from trying to apply an imperative style of programming when it should have been functional.
We’ll finish off with a quick look at some of the ideas for improvements to streams in JDK 9.
Published at DZone with permission of Pieter Humphrey, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Hibernate Get vs. Load
-
Measuring Service Performance: The Whys and Hows
-
Building a Java Payment App With Marqeta
-
Developers Are Scaling Faster Than Ever: Here’s How Security Can Keep Up
Comments