Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
ObjDoubleConsumerWithThrowable.asObjDoubleConsumerWithThrowable(ObjDoubleConsumer<T> objdoubleconsumer)
Utility method to convert ObjDoubleConsumerWithThrowable
|
static <T,E extends Throwable> |
ObjDoubleConsumerWithThrowable.castObjDoubleConsumerWithThrowable(ObjDoubleConsumerWithThrowable<T,E> objdoubleconsumerwiththrowable)
Utility method to mark lambdas of type ObjDoubleConsumerWithThrowable
|
default ObjDoubleConsumerWithThrowable<T,E> |
ObjDoubleConsumerWithThrowable.onException(BiConsumer<Throwable,Object[]> consumer) |
default ObjDoubleConsumerWithThrowable<T,E> |
ObjDoubleConsumerWithThrowable.onException(Consumer<Throwable> consumer) |
default ObjDoubleConsumerWithThrowable<T,E> |
ObjDoubleConsumerWithThrowable.withLogging()
Will log WARNING level exceptions on logger if they occur within the interface
|
default ObjDoubleConsumerWithThrowable<T,E> |
ObjDoubleConsumerWithThrowable.withLogging(org.slf4j.Logger logger)
Will log WARNING level exceptions on logger if they occur within the interface
|
default ObjDoubleConsumerWithThrowable<T,E> |
ObjDoubleConsumerWithThrowable.withLogging(org.slf4j.Logger logger,
String message) |
Modifier and Type | Method and Description |
---|---|
static <T,E extends Throwable> |
ObjDoubleConsumerWithThrowable.aObjDoubleConsumerThatUnsafelyThrowsUnchecked(ObjDoubleConsumerWithThrowable<T,E> objdoubleconsumerwiththrowable)
Utility method to unwrap lambdas of type ObjDoubleConsumer and withUncheckedThrowable any Exception
|
static <T,E extends Throwable> |
ObjDoubleConsumerWithThrowable.castObjDoubleConsumerWithThrowable(ObjDoubleConsumerWithThrowable<T,E> objdoubleconsumerwiththrowable)
Utility method to mark lambdas of type ObjDoubleConsumerWithThrowable
|
Copyright © 2017. All rights reserved.