intent

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

Alias for Store.intent


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

Alias for IntentReceiver.intent for multiple intents

See also


An alias for pro.respawn.flowmvi.api.IntentReceiver.intent (LambdaIntent (block))