oolong / oolong.effect / batch batch (common) fun <Msg> batch(vararg effects:Effect<Msg>):Effect<Msg> (source) fun <Msg> batch(effects:Iterable<Effect<Msg>>):Effect<Msg> (source) Compose effects into a single Effect.