Uses of Interface
io.fluxcapacitor.common.ThrowingPredicate
Packages that use ThrowingPredicate
-
Uses of ThrowingPredicate in io.fluxcapacitor.common
Methods in io.fluxcapacitor.common that return ThrowingPredicateModifier and TypeMethodDescriptiondefault ThrowingPredicate
<T> ThrowingPredicate.and
(ThrowingPredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static <T> ThrowingPredicate
<T> Returns a predicate that tests if two arguments are equal according toObjects.equals(Object, Object)
.default ThrowingPredicate
<T> ThrowingPredicate.negate()
Returns a predicate that represents the logical negation of this predicate.static <T> ThrowingPredicate
<T> ThrowingPredicate.not
(ThrowingPredicate<? super T> target) Returns a predicate that is the negation of the supplied predicate.default ThrowingPredicate
<T> ThrowingPredicate.or
(ThrowingPredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.Methods in io.fluxcapacitor.common with parameters of type ThrowingPredicateModifier and TypeMethodDescriptiondefault ThrowingPredicate
<T> ThrowingPredicate.and
(ThrowingPredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical AND of this predicate and another.static <T> ThrowingPredicate
<T> ThrowingPredicate.not
(ThrowingPredicate<? super T> target) Returns a predicate that is the negation of the supplied predicate.default ThrowingPredicate
<T> ThrowingPredicate.or
(ThrowingPredicate<? super T> other) Returns a composed predicate that represents a short-circuiting logical OR of this predicate and another.