HookUpdaterValue

inner class HookUpdaterValue(val newValue: T) : HookUpdater

Constructors

Link copied to clipboard
constructor(newValue: T)

Properties

Link copied to clipboard
val newValue: T

Functions

Link copied to clipboard
open override fun getUpdatedStateContainer(currentState: KStateContainer): KStateContainer

Get a KStateContainer instance with updates applied.