Item
Types
Link copied to clipboard
data class SideEffectItem<STATE : Any, SIDE_EFFECT : Any>(value: SIDE_EFFECT) : Item<STATE, SIDE_EFFECT>
Content copied to clipboard
Link copied to clipboard
data class StateItem<STATE : Any, SIDE_EFFECT : Any>(value: STATE) : Item<STATE, SIDE_EFFECT>
Content copied to clipboard