Package org.multiverse.api.predicates
-
Interface Summary Interface Description Predicate<E> A predicate that checks if some value leads to true or false. -
Class Summary Class Description BooleanPredicate A predicate that checks if some value leads to true or false.DoublePredicate A predicate that checks if some value leads to true or false.IntPredicate A predicate that checks if some value leads to true or false.LongPredicate A predicate that checks if some value leads to true or false.Predicates Predicate utility class.