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 TypeClassDescriptionclass
A predicate that checks if some value leads to true or false.class
A predicate that checks if some value leads to true or false.class
A predicate that checks if some value leads to true or false.class
A predicate that checks if some value leads to true or false.Fields in org.multiverse.api.predicates declared as PredicateModifier and TypeFieldDescriptionprivate static final Predicate
Predicates.IsNotNullPredicate
private static final Predicate
Predicates.IsNullPredicate
Methods 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