ConstructorDelegate

class ConstructorDelegate<T : Variable>(v: T, initialValue: String? = null, genInitialValue: () -> T? = null)

Author

Colton Daily

Constructors

Link copied to clipboard
fun <T : Variable> ConstructorDelegate(v: T, initialValue: String? = null, genInitialValue: () -> T? = null)

Functions

Link copied to clipboard
operator fun getValue(thisRef: Any?, property: KProperty<*>): T
Link copied to clipboard
operator fun provideDelegate(thisRef: Any?, property: KProperty<*>): ConstructorDelegate<T>
Link copied to clipboard
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: T)

Properties

Link copied to clipboard
val lit: T