|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Predicate<T>
A Predicate is a special form of a Function,
whose result represents the truth or otherwise of some condition.
Returns true if the condition the Predicate tests for
is satisfied, false otherwise.
Predicates| Method Summary | |
|---|---|
boolean |
test(T x)
|
| Method Detail |
|---|
boolean test(T x)
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||