KState
Toggle table of contents
v1.6.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KState
KState
/
ca.acendas.kstate.utils
/
updateAndGet
update
And
Get
fun
<
T
>
StateContainer
<
T
>
.
updateAndGet
(
updater
:
(
T
)
->
T
)
:
T
?
Updates the state and returns the new state if successful, or null if failed.