//tempest2/app.cash.tempest2.internal/TableSchemaFactory
TableSchemaFactory¶
[jvm]\ object TableSchemaFactory
Functions¶
Name | Summary |
---|---|
create | [jvm] inline fun <T> create(): TableSchema<T> [jvm] fun <T> create(clazz: Class<*>): TableSchema<T> Compute the TableSchema, which a moderately expensive operation, and cache the result. |