batch

fun <Msg> batch(vararg effects: Effect<Msg>): Effect<Msg>
fun <Msg> batch(effects: Iterable<Effect<Msg>>): Effect<Msg>

Compose effects into a single Effect.