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.core
/
StateUpdateResult
/
Success
Success
data
class
Success
<
T
>
(
val
newState
:
T
)
:
StateUpdateResult
<
T
>
Indicates a successful state update.
Parameters
new
State
The updated state after the operation
Members
Constructors
Success
Link copied to clipboard
constructor
(
newState
:
T
)
Properties
new
State
Link copied to clipboard
val
newState
:
T