Class Predicates
java.lang.Object
org.multiverse.api.predicates.Predicates
-
Method Details
-
newIsNullPredicate
Creates a Predicate that checks if the passed object is null. You will get an existing instance.- Returns:
- the Predicate.
-
newIsNotNullPredicate
Creates a Predicate that checks if the passed object is not null. You will get an existing instance.- Returns:
- the Predicate.
-