public class Table1<C1>
extends Table
A table with rows of 1 value.
TableKt.tableOf| Modifier and Type | Method and Description |
|---|---|
void |
forAll(kotlin.jvm.functions.Function1<? super C1,kotlin.Unit> f)
Runs the given lambda for each row in the table.
|
Table1<C1> |
row(C1 val1)
Adds a row to the table with the given values.
|
public Table1<C1> row(C1 val1)
Adds a row to the table with the given values.
public void forAll(kotlin.jvm.functions.Function1<? super C1,kotlin.Unit> f)
Runs the given lambda for each row in the table.