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