public class TableParser extends Object
| Constructor and Description |
|---|
TableParser() |
| Modifier and Type | Method and Description |
|---|---|
static Row |
appendRow(Object value,
Object nextValue) |
static List<Row> |
asListOfRows(Parameters existsParameters,
groovy.lang.Closure<?> tableData) |
static Row |
or(Boolean self,
Boolean arg) |
static Row |
or(Integer self,
Integer arg) |
static Row |
or(Integer self,
Number arg) |
static Row |
or(Object self,
Object arg) |
public static List<Row> asListOfRows(Parameters existsParameters, groovy.lang.Closure<?> tableData)
Copyright © 2019. All rights reserved.