static <T,E extends Exception> BiConsumerWithException<T,Double,E> |
ObjDoubleConsumerWithException.asBiConsumer(ObjDoubleConsumerWithException<T,E> operation) |
Converts a ObjDoubleConsumerWithException to a
BiConsumerWithException returning null .
|
static <T,E extends Exception> ObjDoubleConsumer<T> |
ObjDoubleConsumerWithException.ignored(ObjDoubleConsumerWithException<T,E> operation) |
Converts a ObjLongConsumerWithException to a lifted
ObjDoubleConsumer ignoring exception.
|
static <T,E extends Exception> ObjDoubleConsumer<T> |
ObjDoubleConsumerWithException.lifted(ObjDoubleConsumerWithException<T,E> operation) |
Converts a ObjLongConsumerWithException to a lifted
ObjDoubleConsumer ignoring exception.
|
static <T,E extends Exception> BiFunction<T,Double,CompletionStage<Void>> |
ObjDoubleConsumerWithException.staged(ObjDoubleConsumerWithException<T,E> operation) |
Converts a ObjDoubleConsumerWithException to a staged
BiFunction .
|
static <T,E extends Exception> ObjDoubleConsumer<T> |
ObjDoubleConsumerWithException.unchecked(ObjDoubleConsumerWithException<T,E> operation) |
Converts a ObjDoubleConsumerWithException to a
ObjDoubleConsumer that wraps exception to RuntimeException .
|
static <T,E extends Exception> ObjDoubleConsumer<T> |
ObjDoubleConsumerWithException.unchecked(ObjDoubleConsumerWithException<T,E> operation,
Function<Exception,RuntimeException> exceptionMapper) |
Converts a ObjLongConsumerWithException to a
ObjDoubleConsumer that wraps exception to RuntimeException by
using the provided mapping function.
|