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