Companion

object Companion

Functions

Link copied to clipboard
fun <T> of(keyName: String, valueType: KeyType<T>): Key<T>
fun <T> of(keyName: String, valueType: Class<T>): Key<T>