Uses of Interface
org.multiverse.api.predicates.Predicate
Packages that use Predicate
Package
Description
-
Uses of Predicate in org.multiverse.api.predicates
Classes in org.multiverse.api.predicates that implement PredicateModifier and TypeClassDescriptionclassA predicate that checks if some value leads to true or false.classA predicate that checks if some value leads to true or false.classA predicate that checks if some value leads to true or false.classA predicate that checks if some value leads to true or false.Fields in org.multiverse.api.predicates declared as PredicateModifier and TypeFieldDescriptionprivate static final PredicatePredicates.IsNotNullPredicateprivate static final PredicatePredicates.IsNullPredicateMethods in org.multiverse.api.predicates that return PredicateModifier and TypeMethodDescriptionstatic <E> Predicate<E> Predicates.newIsNotNullPredicate()Creates a Predicate that checks if the passed object is not null.static <E> Predicate<E> Predicates.newIsNullPredicate()Creates a Predicate that checks if the passed object is null. -
Uses of Predicate in org.multiverse.api.references
Methods in org.multiverse.api.references with parameters of type Predicate -
Uses of Predicate in org.multiverse.stms.gamma.transactionalobjects
Methods in org.multiverse.stms.gamma.transactionalobjects with parameters of type Predicate