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