Package org.eclipse.net4j.util
Interface Predicate<T>
- 
- All Known Implementing Classes:
- Predicate.DelegatingPredicate,- Predicates.ExcludedPredicate,- Predicates.IncludedPredicate,- Predicates.UniquePredicate
 
 @Deprecated public interface Predicate<T>Deprecated.As of 3.10 usePredicate.- Since:
- 3.3
- Author:
- Eike Stepper
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classPredicate.DelegatingPredicate<T>Deprecated.As of 3.10 usePredicate.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleanapply(T element)Deprecated.
 
- 
- 
- 
Method Detail- 
applyboolean apply(T element) Deprecated.
 
- 
 
-