Mastering Java 8 Streams (Part 2) [Video]
Time for our second video lesson in Java streams. See how to use flatmaps, sort streams, and turn streams into maps.
Join the DZone community and get the full member experience.
Join For FreeAfter learning the basics about Java 8 streams, it's time to get a bit more advanced. What's flatmap? How do you sort streams? And how do you turn any stream you like into a map?
I compiled a short, practical screencast to answer all these questions and don't worry, it's going to be fun again, with enough Donald Trump references.
If you enjoyed this article and want to learn more about Java Streams, check out this collection of tutorials and articles on all things Java Streams.
Published at DZone with permission of Marco Behler. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments