Uses of Interface
zombie.entity.util.Predicate
Packages that use Predicate
-
Uses of Predicate in zombie.entity.util
Fields in zombie.entity.util declared as PredicateModifier and TypeFieldDescriptionPredicate.PredicateIterable.predicatePredicate.PredicateIterator.predicateMethods in zombie.entity.util with parameters of type PredicateModifier and TypeMethodDescriptionvoidvoidvoidConstructors in zombie.entity.util with parameters of type PredicateModifierConstructorDescriptionPredicateIterable(Iterable<T> iterable, Predicate<T> predicate) PredicateIterator(Iterable<T> iterable, Predicate<T> predicate) PredicateIterator(Iterator<T> iterator, Predicate<T> predicate)