TableRow

data class TableRow<T>(val id: TableRowId, var value: T)(source)

Row of a table containing a value and its associated identifier.

Constructors

Link copied to clipboard
constructor(id: TableRowId, value: T)

Properties

Link copied to clipboard

Row identifier.

Link copied to clipboard
var value: T

Row Value.