public interface Predicate<T>
Composition class to help with the types of composition that 1.8 functional
developers might be used to.| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T t)
Evaluates this predicate on the given argument.
|
boolean test(T t)