TypedIdentifier

class TypedIdentifier<T : Any>(val name: String, val type: KClass<T>)

Constructors

Link copied to clipboard
constructor(name: String, type: KClass<T>)

Properties

Link copied to clipboard
Link copied to clipboard
val type: KClass<T>

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): String