Interface Predicate<T>
-
public interface Predicate<T>- Author:
- S. Ricci
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanevaluate(T item)
-
-
-
Method Detail
-
evaluate
boolean evaluate(T item)
-
-