@Immutable public final class STableRow extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SNonEmptyList<STableCell> |
getColumns() |
int |
hashCode() |
static STableRow |
tableRow(SNonEmptyList<STableCell> columns)
Construct a new table row.
|
@Nonnull public static STableRow tableRow(@Nonnull SNonEmptyList<STableCell> columns) throws com.io7m.jaux.Constraints.ConstraintError
columns - The columnscom.io7m.jaux.Constraints.ConstraintError - If any parameter is null@Nonnull public SNonEmptyList<STableCell> getColumns()
Copyright © 2014 <code@io7m.com> http://io7m.com