|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- The type of the objects to checkpublic interface Condition<T>
This interface describes a general condition that may be checked for specific objects.
Method Summary | |
---|---|
boolean |
is(T t)
Returns whether this condition is fulfilled for the given object |
Method Detail |
---|
boolean is(T t)
t
- The object to test
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |