T - implementing builder typepublic interface RowCondition<T>
| Modifier and Type | Method and Description |
|---|---|
T |
nextConditionalRow(boolean condition)
Create row in current position within the sheet and process all the configurations on it only if condition evaluates to true.
|
T nextConditionalRow(boolean condition)
condition - execution conditionCopyright © 2014. All rights reserved.