|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IParameterizedCondition<T>
A condition that evaluates to true or false depending on an external parameter.
| Method Summary | |
|---|---|
boolean |
isTrue(T parameter)
Returns true if the condition evaluates to true for the given parameter. |
| Method Detail |
|---|
boolean isTrue(T parameter)
parameter - Any object that might be useful
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||