arrow-fx-coroutines / arrow.fx.coroutines / Schedule / collect
fun collect():
Schedule
<Input,
List
<Output>>
Accumulates the results of every execution into a list.
fun <A> collect():
Schedule
<A,
List
<A>>
Creates a Schedule which collects all its inputs in a list.
Do you like Arrow?
✖