Package org.apache.commons.lang3.stream
Provides utility classes to complement those in 
java.util.stream.
 Contains utilities to allow streaming of failable functional interfaces from the
 org.apache.commons.lang3.functions package allowing streaming of functional expressions
 that may raise an Exception.
- Since:
 - 3.11
 
- 
Class Summary Class Description IntStreams Factory forIntStream.LangCollectors Implementations ofCollectorthat implement various useful reduction operations.Streams Provides utility functions, and classes for working with thejava.util.streampackage, or more generally, with Java 8 lambdas.Streams.ArrayCollector<E> A Collector type for arrays.Streams.FailableStream<T> A reduced, and simplified version of aStreamwith failable method signatures.