SimpleContext

data class SimpleContext<STATE : Any>(val state: STATE)

Represents the current context in which a simple orbit is executing.

Constructors

Link copied to clipboard
constructor(state: STATE)

Properties

Link copied to clipboard

The current state of the container