public class TableWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static TableWriter |
of(Consumer<String> lineWriter,
Column... columns) |
static TableWriter |
of(Consumer<String> lineWriter,
List<Column> columns) |
void |
print(Cell... row) |
void |
print(List<Cell> row) |
void |
print(Object[] row) |
Copyright © 2022. All rights reserved.