//tempest2/app.cash.tempest2/AsyncSecondaryIndex/Factory
Factory¶
interface Factory
Inheritors¶
AsyncLogicalTable |
Functions¶
Name | Summary |
---|---|
secondaryIndex | [jvm] abstract fun <K : Any, I : Any> secondaryIndex(keyType: KClass<K>, itemType: KClass<I>): AsyncSecondaryIndex<K, I> |