emit

inline suspend fun <I : MVIIntent> Container<*, I, *>.emit(first: I, vararg other: I)

Alias for Store.emit


inline suspend fun <I : MVIIntent> IntentReceiver<I>.emit(first: I, vararg other: I)

Alias for IntentReceiver.emit for multiple intents

See also


inline suspend fun <A : MVIAction> ActionReceiver<A>.emit(first: A, vararg other: A)

Alias for ActionReceiver.action for multiple actions

See also