WeakRefDelegate

class WeakRefDelegate<T>(value: T? = null)

Constructors

Link copied to clipboard
constructor(value: T? = null)

Functions

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