| Constructor and Description | 
|---|
| Condition(FunctionCall conditionFn) | 
| Modifier and Type | Method and Description | 
|---|---|
| FunctionCall | getConditionFn()Return condition function that will be evaluated to check if condition is fulfilled. | 
| boolean | isFulfilled()Returns  trueif this condition is fulfilled right now. | 
public Condition(FunctionCall conditionFn)
public FunctionCall getConditionFn()
public boolean isFulfilled()
true if this condition is fulfilled right now. Condition is fulfilled if
 condition function result is true.Copyright © 2019 Suncode. All rights reserved.