|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type of the input to the predicatepublic interface Predicate<T>
Represents a predicate (boolean-valued function) of one argument.
| Method Summary | |
|---|---|
boolean |
test(T t)
Evaluates this predicate on the given argument. |
| Method Detail |
|---|
boolean test(T t)
t - the input argument
true if the input argument matches the predicate,
otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||