Interface Predicate<T>
-
public interface Predicate<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanevaluate(T object)
-
-
-
Method Detail
-
evaluate
boolean evaluate(T object)
-
-