Class Predicates
java.lang.Object
org.apache.commons.lang3.function.Predicates
Factory for
Predicate
.- Since:
- 3.18.0
-
Method Details
-
falsePredicate
Gets the Predicate singleton that always returns false.- Type Parameters:
T
- the type of the input to the predicate.- Returns:
- the Predicate singleton.
-
truePredicate
Gets the Predicate singleton that always returns true.- Type Parameters:
T
- the type of the input to the predicate.- Returns:
- the Predicate singleton.
-