WeakVal

class WeakVal<T>(init: Boolean, getFunc: () -> T)(source)

Constructors

Link copied to clipboard
constructor(init: Boolean, getFunc: () -> T)

Functions

Link copied to clipboard
operator fun getValue(instance: Any, property: KProperty<*>): T