Table1

class Table1<C1> : Table

A table with rows of 1 value.

See also

Functions

Link copied to clipboard
fun forAll(f: (C1) -> Unit)

Runs the given lambda for each row in the table.

Link copied to clipboard
fun row(val1: C1): Table1<C1>

Adds a row to the table with the given values.