works.iterative.ui.model.tables
package works.iterative.ui.model.tables
Members list
Type members
Classlikes
A column in a table
A column in a table
Value parameters
- get
-
a function to get the value of the column from a type
- name
-
the name of the column, must be unique in a row
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
trait StringTabular[A] extends Tabular[A, String]
Attributes
- Supertypes
A typeclass to represet a type that can be tabulated into Cells
A typeclass to represet a type that can be tabulated into Cells
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait StringTabular[A]
In this article