-
Returns a predicate that always accepts its argument.
Returns a predicate that applies the specified mapping 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 mapping to its argument before evaluating.
Returns a predicate that applies the specified mapping to its argument before evaluating.
Predicate.equal(T object)
Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.
Returns a new predicate that delegates to this predicate using the specified exception handler.
Returns a predicate that applies the specified mapping 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 mapping to its argument before evaluating.
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 evaluates to true if and only if the argument references the specified object.
Returns a predicate that evaluates to the negation of the specified predicate.