Returns a predicate that always accepts its argument.
Returns a predicate that applies the specified function to its argument before evaluating.
Returns a predicate that applies the specified mapping to its argument before evaluating.
Returns a predicate that applies the specified function to its argument before evaluating.
Returns a predicate that applies the specified function to its argument before evaluating.
Composes a unary predicate that applies the specified functions to its parameter as inputs to this predicate.
Returns a predicate of a
Map.Entry from the specified key and value predicates.
Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.
Returns a predicate that evaluates to true if and only if the argument is comparatively greater than the specified object.
Returns a new predicate that delegates to this predicate using the specified exception handler.
Returns a predicate that evaluates to true if and only if the argument is identical to the specified object.
Returns a predicate that evaluates to true if and only if the argument is comparatively less than the specified object.
Returns a predicate that never accepts its argument.
Returns a predicate that evaluates to the negation of the specified predicate.
Predicate.of(boolean result)
Returns a predicate that always evaluates to the specified result.
Returns a predicate that accepts its parameter via the specified consumer and returns the value returned by the specified supplier.
Returns a predicate returning the exclusive disjunction of this predicate with the specified predicate.