collect

fun <A> collect(): Schedule<A, List<A>>(source)

Creates a Schedule which collects all its inputs in a list.