FunctionReturnDelegate

class FunctionReturnDelegate<T : Variable>(v: T, inlineValue: String? = null)

Author

Colton Daily

Constructors

Link copied to clipboard
fun <T : Variable> FunctionReturnDelegate(v: T, inlineValue: String? = 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<*>): FunctionReturnDelegate<T>
Link copied to clipboard
operator fun setValue(thisRef: Any?, property: KProperty<*>, value: T)

Properties

Link copied to clipboard
val lit: T