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