Returns a predicate that always evaluates to false.
Returns a predicate that always evaluates to true.
Returns a predicate that evaluates to true if each of its components evaluates to
true.
Returns a predicate that evaluates to true if both of its components evaluate to
true.
Returns a predicate that evaluates to true if each of its components evaluates to
true.
Returns the composition of a function and a predicate.
Returns a predicate that evaluates to true if the CharSequence being tested
contains any match for the given regular expression pattern.
Returns a predicate that evaluates to true if the CharSequence being tested
contains any match for the given regular expression pattern.
Returns a predicate that evaluates to true if the object being tested equals()
the given target or both are null.
Returns a predicate that evaluates to true if and only if the input is equivalent to
target according to this equivalence relation.
Returns a predicate that evaluates to true if the object reference being tested is a
member of the given collection.
Returns a predicate that evaluates to true if the object being tested is an instance of
the given class.
Returns a predicate that evaluates to true if the object reference being tested is
null.
Returns a predicate that evaluates to true if the given predicate evaluates to
false.
Returns a predicate that evaluates to true if the object reference being tested is not
null.
Returns a predicate that evaluates to true if any one of its components evaluates to
true.
Returns a predicate that evaluates to true if either of its components evaluates to
true.
Returns a predicate that evaluates to true if any one of its components evaluates to
true.
Returns a predicate that evaluates to true if the class being tested is assignable to
(is a subtype of) clazz.
Returns a predicate that evaluates to true if each of its components evaluates to
true.
Returns a predicate that evaluates to true if both of its components evaluate to
true.
Returns the composition of a function and a predicate.
Returns a matcher with identical behavior to the given Character-based predicate, but
which operates on primitive char instances instead.
Creates a function that returns the same boolean output as the given predicate for all inputs.
Returns a predicate that evaluates to true if the given predicate evaluates to
false.
Returns a predicate that evaluates to true if any one of its components evaluates to
true.
Returns a predicate that evaluates to true if either of its components evaluates to
true.