Success

data class Success<T>(val newState: T) : StateUpdateResult<T>

Indicates a successful state update.

Parameters

newState

The updated state after the operation

Constructors

Link copied to clipboard
constructor(newState: T)

Properties

Link copied to clipboard
val newState: T