RedirectFieldGen

class RedirectFieldGen<V>(val redirect: () -> KProperty0<V>)

Constructors

Link copied to clipboard
constructor(redirect: () -> KProperty0<V>)

Properties

Link copied to clipboard
val redirect: () -> KProperty0<V>

Functions

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