@Immutable public final class STableHead extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SNonEmptyList<STableColumnName> |
getHeader() |
int |
hashCode() |
static STableHead |
tableHead(SNonEmptyList<STableColumnName> header)
Construct a new table header.
|
@Nonnull public static STableHead tableHead(@Nonnull SNonEmptyList<STableColumnName> header) throws com.io7m.jaux.Constraints.ConstraintError
header - The headercom.io7m.jaux.Constraints.ConstraintError - If any parameter is null@Nonnull public SNonEmptyList<STableColumnName> getHeader()
Copyright © 2014 <code@io7m.com> http://io7m.com