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