Series
Explore the java.util.stream library
Gain practical mastery of Java’s functional data processing with the java.util.stream API for building declarative, possibly-parallel pipelines that filter, map, reduce, and collect data from collections and other sources efficientlyAbout this series
With the java.util.stream package, you can concisely and declaratively express possibly-parallel bulk operations on collections, arrays, and other data sources. In this series by Java language architect Brian Goetz, get a comprehensive understanding of the Streams library and learn how to use it to best advantage.