Interface Predicate<T>
-
- Type Parameters:
T
-
public interface Predicate<T>
- See Also:
evaluate(Object)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
evaluate(T subject)
-