LazyResets

interface LazyResets<out T : Any> : Lazy<T> , Resets

Functions

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

Properties

Link copied to clipboard
abstract val value: T

Inheritors

Link copied to clipboard

Sources

Link copied to clipboard