dispatch

fun <M, F> dispatch(effects: Set<F>): Next<M, F>
fun <M, F> dispatch(vararg effects: F): Next<M, F>

Create a Next that doesn't update the model but dispatches the supplied effects.