Package adalid.commons.interfaces
Interface Predicate<T>
-
public interface Predicate<T>- Author:
- Jorge Campins
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanevaluate(T type)
-
-
-
Method Detail
-
evaluate
boolean evaluate(T type)
-
-