oolong
2.1.2-SNAPSHOT
oolong
/
oolong.effect
/
batch
batch
fun
<
Msg
>
batch
(
vararg
effects
:
Effect
<
Msg
>
)
:
Effect
<
Msg
>
Content copied to clipboard
fun
<
Msg
>
batch
(
effects
:
Iterable
<
Effect
<
Msg
>
>
)
:
Effect
<
Msg
>
Content copied to clipboard
Compose
effects
into a single
Effect
.