Column

works.iterative.ui.model.tables.Column
case class Column[A, Cell](name: String, get: A => Cell)

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

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product