-
A predicate that always returns true
A predicate that returns true if the parameter is less than zero.
A predicate that always returns false
A predicate that returns true if the parameter is greater than zero.
A predicate that returns true if the parameter is zero.
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.
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.
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 equals to the specified object.
Returns a predicate that evaluates to true if and only if the argument is equals to the specified object.
IntPredicate.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 result of the specified supplier.
Returns a predicate returning the exclusive disjunction of this predicate with the specified predicate.