|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - public interface Predicate<T>
Determines a true or false value for a given input.
| Method Summary | |
|---|---|
Boolean |
apply(T input)
Returns the result of applying this predicate to input. |
| Method Detail |
|---|
Boolean apply(T input)
input. This method is generally expected, but not
absolutely required, to have the following properties:
input - The input to evaluate
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||