| Modifier and Type | Method and Description |
|---|---|
void |
Condition.otherwise(Action response)
Perform this response if the
Condition is false. |
Condition |
Condition.then(Action response)
Perform this response if the
Condition is true. |
Copyright © 2015–2019. All rights reserved.