Deprecated.
Creates an exceptional Maybe
for exception
.
Deprecated.
Flat maps this
using f
unless it wraps exception.
Deprecated.
Applies consumer
if this
is present.
Deprecated.
Maps this
using function
unless it wraps exception.
Deprecated.
Invokes supplier
and wraps the returned object or thrown exception in a
Maybe<T, E>
.
Deprecated.
Wraps supplier
to be used for a stream of Maybe.
Deprecated.
Creates a Maybe
for value
.
Deprecated.
Turns condition
to a Predicate
over Maybe
.
Deprecated.
Returns a wrapper of
stage
that if
stage
failed with exception of
exceptionType
, that exception is caught and wrapped inside a
Maybe
to complete
the wrapper stage normally.
Deprecated.
Wraps function
to be used for a stream of Maybe.
Deprecated.
Wraps function
to be used for a stream of Maybe.
Deprecated.
Wraps function
to be used for a stream of Maybe.
Deprecated.
Wraps function
to be used for a stream of Maybe.
Deprecated.
Wraps function
that returns Stream<T>
to one that returns
Stream<Maybe<T, E>>
with exceptions of type E
wrapped.
Deprecated.
Wraps function
that returns Stream<T>
to one that returns
Stream<Maybe<T, E>>
with exceptions of type E
wrapped.
Deprecated.
Wraps function
that returns Stream<T>
to one that returns
Stream<Maybe<T, E>>
with exceptions of type E
wrapped.
Deprecated.
Wraps function
that returns Stream<T>
to one that returns
Stream<Maybe<T, E>>
with exceptions of type E
wrapped.
Deprecated.
Invokes supplier
and wraps the returned Stream<T>
or thrown exception into a
stream of Maybe<T, E>
.
Deprecated.
Invokes supplier
and wraps the returned Stream<T>
or thrown exception into a
stream of Maybe<T, E>
.
Deprecated.
Collects a stream of Maybe
to an immutable Maybe<List<T>, E>
, which will wrap the exception
if any input Maybe
is exceptional.
Deprecated.
Collects a stream of Maybe
to an immutable Maybe<List<T>, E>
, which will wrap the exception
if any input Maybe
is exceptional.
Deprecated.
Collects a stream of Maybe
to an immutable Maybe<Set<T>, E>
, which will wrap the exception
if any input Maybe
is exceptional.
Deprecated.
Collects a stream of Maybe
to an immutable Maybe<Set<T>, E>
, which will wrap the exception
if any input Maybe
is exceptional.