Interface Predicate<T>
- 
 @Deprecated public interface Predicate<T>Deprecated.As of 3.5 usePredicate.- Since:
- 3.3
- Author:
- Eike Stepper
 
- 
- 
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.
 
- 
 
-