StateOps

@Serializable(with = StateOpsSerializer::class)
sealed interface StateOps<out StateRepr : Any>

Represents the operations that can be performed on a State component.

Inheritors