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