T - implementing builder typepublic interface CellCondition<T>
| Modifier and Type | Method and Description |
|---|---|
T |
conditionalCell(boolean condition)
Make execution of the next cell conditional.
|
T conditionalCell(boolean condition)
condition - execution conditionCopyright © 2014. All rights reserved.