|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - the superclass of the objects dealt with by this conditionpublic static interface Checks.ICondition<S>
A condition object defines a boolean condition over a set of objects.
| Method Summary | ||
|---|---|---|
boolean |
allowsNulls()
Returns true if a null passes the
condition; false otherwise. |
|
|
is(T value)
Returns true if the value satisfies the condition;
false otherwise. |
|
| Method Detail |
|---|
<T extends S> boolean is(T value)
true if the value satisfies the condition;
false otherwise.
value - the value to be tested
true if the value passes the condition;
false otherwiseboolean allowsNulls()
true if a null passes the
condition; false otherwise.
true if a null passes the
condition; false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||