HookUpdaterLambda

inner class HookUpdaterLambda(val newValueFunction: (T) -> T) : HookUpdater

Constructors

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

Properties

Link copied to clipboard
val newValueFunction: (T) -> T

Functions

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

Get a KStateContainer instance with updates applied.