java.util.stream
.See: Description
Class | Description |
---|---|
IntStreams |
Factory for
IntStream . |
LangCollectors |
Implementations of
Collector that implement various useful reduction operations. |
Streams |
Provides utility functions, and classes for working with the
java.util.stream package, or more generally,
with Java 8 lambdas. |
Streams.ArrayCollector<E> |
A Collector type for arrays.
|
Streams.FailableStream<T> |
A reduced, and simplified version of a
Stream with failable method signatures. |
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.
Copyright © 2010 - 2023 Adobe. All Rights Reserved