ActionEmitter

Interface for Action emitters.

Parameters

TModel

the type of the Loop model

TDependency

the type of the Loop's dependency

Inheritors

Properties

Link copied to clipboard
abstract val scope: CoroutineScope

Scope used for emission.

Functions

Link copied to clipboard

Add a child emitter on the dependency.

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

Emit an action for the Loop using the given scope.