Package com.helger.commons.functional
Class Predicates
java.lang.Object
com.helger.commons.functional.Predicates
Some globally usable predicates.
- Since:
- 9.1.3
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionstatic <DATATYPE> Predicate<DATATYPE> all()static <T> Predicate<T> static ICharPredicatestatic ICharPredicatestatic ICharPredicatestatic DoublePredicatestatic DoublePredicatestatic DoublePredicatestatic DoublePredicatestatic DoublePredicatestatic DoublePredicatestatic IntPredicateintIsEQ0()static IntPredicateintIsGE0()static IntPredicateintIsGT0()static IntPredicateintIsLE0()static IntPredicateintIsLT0()static IntPredicateintIsNE0()static <DATATYPE> Predicate<DATATYPE> isNull()static LongPredicatestatic LongPredicatestatic LongPredicatestatic LongPredicatestatic LongPredicatestatic LongPredicatestatic <DATATYPE> Predicate<DATATYPE> none()static <DATATYPE> Predicate<DATATYPE> notNull()static <T> Predicate<T>
-
Method Details
-
all
-
none
-
notNull
-
isNull
-
charIsEQ0
-
charIsNE0
-
charIsGT0
-
doubleIsLT0
-
doubleIsLE0
-
doubleIsEQ0
-
doubleIsNE0
-
doubleIsGE0
-
doubleIsGT0
-
intIsLT0
-
intIsLE0
-
intIsEQ0
-
intIsNE0
-
intIsGE0
-
intIsGT0
-
longIsLT0
-
longIsLE0
-
longIsEQ0
-
longIsNE0
-
longIsGE0
-
longIsGT0
-
and
-
or
-