| Modifier and Type | Method and Description |
|---|---|
Table |
build() |
<T extends Serializable> |
setStatistic(String rowName,
String statisticName,
StatisticType type,
T value) |
Table.Builder |
withRow(String rowName,
Consumer<Table.RowBuilder> c) |
Table.Builder |
withRows(Collection<String> rowNames,
BiConsumer<String,Table.RowBuilder> c) |
public <T extends Serializable> Table.Builder setStatistic(String rowName, String statisticName, StatisticType type, T value)
public Table.Builder withRow(String rowName, Consumer<Table.RowBuilder> c)
public Table.Builder withRows(Collection<String> rowNames, BiConsumer<String,Table.RowBuilder> c)
public Table build()
Copyright © 2018. All rights reserved.