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