default DoublePredicateWithException<E> |
DoublePredicateWithException.and(DoublePredicateWithException<? extends E> other) |
Returns a composed predicate that represents a short-circuiting logical AND
of this predicate and another.
|
static <E extends Exception> DoublePredicate |
DoublePredicateWithException.ignored(DoublePredicateWithException<E> predicate) |
Converts a DoublePredicateWithException to a lifted
DoublePredicate returning false in case of exception.
|
static <E extends Exception> DoublePredicate |
DoublePredicateWithException.ignored(DoublePredicateWithException<E> predicate,
boolean defaultValue) |
Converts a DoublePredicateWithException to a lifted
DoublePredicate returning a default value in case of exception.
|
static <E extends Exception> DoublePredicate |
DoublePredicateWithException.lifted(DoublePredicateWithException<E> predicate) |
Converts a DoublePredicateWithException to a lifted
DoublePredicate returning false in case of exception.
|
static <E extends Exception> DoublePredicateWithException<E> |
DoublePredicateWithException.negate(DoublePredicateWithException<E> predicate) |
Negate a DoublePredicateWithException .
|
default DoublePredicateWithException<E> |
DoublePredicateWithException.or(DoublePredicateWithException<? extends E> other) |
Returns a composed predicate that represents a short-circuiting logical OR of
this predicate and another.
|
static <E extends Exception> DoublePredicate |
DoublePredicateWithException.unchecked(DoublePredicateWithException<E> predicate) |
Converts a DoublePredicateWithException to a DoublePredicate
that wraps exception to RuntimeException .
|
static <E extends Exception> DoublePredicate |
DoublePredicateWithException.unchecked(DoublePredicateWithException<E> predicate,
Function<Exception,RuntimeException> exceptionMapper) |
Converts a PredicateWithException to a Predicate that wraps
exception to RuntimeException by using the provided mapping function.
|