toTable

Creates a table from an Iterable, using auto-generated identifiers.


fun <T> Table<T>.toTable(): Table<T>(source)

Creates a copy of the provided table.


Creates a table from a Map.


Creates a table from a Collection, using auto-generated identifiers.


fun <T> Array<T>.toTable(): Table<T>(source)

Creates a table from an Array, using auto-generated identifiers.