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