Uses of Interface
aQute.bnd.service.result.FunctionWithException
Packages that use FunctionWithException
-
Uses of FunctionWithException in aQute.bnd.build
Methods in aQute.bnd.build with parameters of type FunctionWithException -
Uses of FunctionWithException in aQute.bnd.service.result
Methods in aQute.bnd.service.result with parameters of type FunctionWithExceptionModifier and TypeMethodDescriptionErr.flatMap
(FunctionWithException<? super V, ? extends Result<? extends U, ? extends E>> mapper) FlatMap the contained value if this is anOk
value.Ok.flatMap
(FunctionWithException<? super V, ? extends Result<? extends U, ? extends E>> mapper) FlatMap the contained value if this is anOk
value.Result.flatMap
(FunctionWithException<? super V, ? extends Result<? extends U, ? extends E>> mapper) FlatMap the contained value if this is anOk
value.Err.map
(FunctionWithException<? super V, ? extends U> mapper) Map the contained value if this is anOk
value.Ok.map
(FunctionWithException<? super V, ? extends U> mapper) Map the contained value if this is anOk
value.Result.map
(FunctionWithException<? super V, ? extends U> mapper) Map the contained value if this is anOk
value.Err.mapErr
(FunctionWithException<? super E, ? extends F> mapper) Map the contained error if this is anErr
value.Ok.mapErr
(FunctionWithException<? super E, ? extends F> mapper) Map the contained error if this is anErr
value.Result.mapErr
(FunctionWithException<? super E, ? extends F> mapper) Map the contained error if this is anErr
value.Err.orElseThrow
(FunctionWithException<? super E, ? extends R> throwableSupplier) Returns the contained value if this is anOk
value.Ok.orElseThrow
(FunctionWithException<? super E, ? extends R> throwableSupplier) Returns the contained value if this is anOk
value.Result.orElseThrow
(FunctionWithException<? super E, ? extends R> throwableSupplier) Returns the contained value if this is anOk
value.Err.recover
(FunctionWithException<? super E, ? extends V> recover) Recover the contained error if this is anErr
value.Ok.recover
(FunctionWithException<? super E, ? extends V> recover) Recover the contained error if this is anErr
value.Result.recover
(FunctionWithException<? super E, ? extends V> recover) Recover the contained error if this is anErr
value.