MVIState

interface MVIState

The state of the StateProvider, most likely a Store. States updates are sent to the StateReceiver and consumed by the StateConsumer.

The state must be comparable and immutable (most likely a data class or a data object).

Inheritors

Functions

Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean
Link copied to clipboard
abstract override fun hashCode(): Int