ResettableLazy

class ResettableLazy<T>(initializer: () -> T)

Constructors

Link copied to clipboard
constructor(initializer: () -> T)

Functions

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