Uses of Class
org.apache.commons.lang3.Streams.FailableStream
Package
Description
Provides highly reusable static utility methods, chiefly concerned with adding value to the
java.lang
classes.-
Uses of Streams.FailableStream in org.apache.commons.lang3
Modifier and TypeMethodDescriptionStreams.FailableStream.filter
(Functions.FailablePredicate<O, ?> predicate) Deprecated.Returns a FailableStream consisting of the elements of this stream that match the given FailablePredicate.<R> Streams.FailableStream<R>
Streams.FailableStream.map
(Functions.FailableFunction<O, R, ?> mapper) Deprecated.Returns a stream consisting of the results of applying the given function to the elements of this stream.static <O> Streams.FailableStream<O>
Functions.stream
(Collection<O> collection) Deprecated.Converts the given collection into aStreams.FailableStream
.static <O> Streams.FailableStream<O>
Deprecated.Converts the given stream into aStreams.FailableStream
.static <O> Streams.FailableStream<O>
Streams.stream
(Collection<O> stream) Deprecated.Converts the givenCollection
into aStreams.FailableStream
.static <O> Streams.FailableStream<O>
Deprecated.Converts the givenstream
into aStreams.FailableStream
.