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