ResetManager

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun child(childDelegates: MutableCollection<Resets> = mutableListOf()): ResetManager
Link copied to clipboard
abstract override fun dispose()
Link copied to clipboard
inline fun <T : Any> ResetManager.lazyResets(noinline valueFactory: () -> T): LazyResets<T>
Link copied to clipboard
abstract fun register(delegate: Resets)
Link copied to clipboard
abstract override fun reset()