Uses of Interface
org.eclipse.net4j.util.Predicate
Package
Description
Utility classes.
Additional collection-like interfaces and classes.
-
Uses of Predicate in org.eclipse.net4j.util
Modifier and TypeClassDescriptionstatic final class
Deprecated.static final class
Deprecated.static final class
Deprecated.static final class
Deprecated.Modifier and TypeMethodDescriptionstatic <T> Predicate<T>
Predicates.alwaysFalse()
Deprecated.static <T> Predicate<T>
Predicates.alwaysTrue()
Deprecated.static <T> Predicate<T>
Deprecated.static <T> Predicate<T>
Deprecated.static <T> Predicate<T>
Deprecated.static <T> Predicate<T>
Predicates.unique()
Deprecated. -
Uses of Predicate in org.eclipse.net4j.util.collection
ModifierConstructorDescriptionPredicateIterator
(Iterator<T> delegate, Predicate<? super T> predicate) Deprecated.PredicateIterator
(Predicate<? super T> predicate, Iterator<T> delegate) Deprecated.
Predicate
.