java.util.stream
.See: Description
Class | Description |
---|---|
Streams |
Provides utility functions, and classes for working with the
java.util.stream package, or more generally, with Java 8 lambdas. |
Streams.ArrayCollector<O> | |
Streams.FailableStream<O> |
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 © 2001–2020 The Apache Software Foundation. All rights reserved.