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