@Immutable public final class STableBody extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SNonEmptyList<STableRow> |
getRows() |
int |
hashCode() |
static STableBody |
tableBody(SNonEmptyList<STableRow> rows)
Construct a new table body.
|
@Nonnull public static STableBody tableBody(@Nonnull SNonEmptyList<STableRow> rows) throws com.io7m.jaux.Constraints.ConstraintError
rows - The rowscom.io7m.jaux.Constraints.ConstraintError - If any parameter is null@Nonnull public SNonEmptyList<STableRow> getRows()
Copyright © 2014. All rights reserved.