ActionEmitter

Interface for Action emitters.

Parameters

TModel

the type of the Loop model

TDependency

the type of the Loop's dependency

Inheritors

Functions

Link copied to clipboard
abstract fun emit(action: Action<TModel, TDependency>)

Emit an action to change the state or trigger an effect.