LazyResets

interface LazyResets<out T : Any> : Lazy<T> , Resets(source)

Inheritors

Properties

Link copied to clipboard
abstract val value: T

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun isInitialized(): Boolean
Link copied to clipboard
abstract fun reset()