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 anOkvalue.Ok.flatMap(FunctionWithException<? super V, ? extends Result<? extends U, ? extends E>> mapper) FlatMap the contained value if this is anOkvalue.Result.flatMap(FunctionWithException<? super V, ? extends Result<? extends U, ? extends E>> mapper) FlatMap the contained value if this is anOkvalue.Err.map(FunctionWithException<? super V, ? extends U> mapper) Map the contained value if this is anOkvalue.Ok.map(FunctionWithException<? super V, ? extends U> mapper) Map the contained value if this is anOkvalue.Result.map(FunctionWithException<? super V, ? extends U> mapper) Map the contained value if this is anOkvalue.Err.mapErr(FunctionWithException<? super E, ? extends F> mapper) Map the contained error if this is anErrvalue.Ok.mapErr(FunctionWithException<? super E, ? extends F> mapper) Map the contained error if this is anErrvalue.Result.mapErr(FunctionWithException<? super E, ? extends F> mapper) Map the contained error if this is anErrvalue.Err.orElseThrow(FunctionWithException<? super E, ? extends R> throwableSupplier) Returns the contained value if this is anOkvalue.Ok.orElseThrow(FunctionWithException<? super E, ? extends R> throwableSupplier) Returns the contained value if this is anOkvalue.Result.orElseThrow(FunctionWithException<? super E, ? extends R> throwableSupplier) Returns the contained value if this is anOkvalue.Err.recover(FunctionWithException<? super E, ? extends V> recover) Recover the contained error if this is anErrvalue.Ok.recover(FunctionWithException<? super E, ? extends V> recover) Recover the contained error if this is anErrvalue.Result.recover(FunctionWithException<? super E, ? extends V> recover) Recover the contained error if this is anErrvalue.