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