inline fun <T, R> Iterable<Mono<T>>.zip(crossinline combinator: (List<T>) -> R): Mono<R>
Merges this Iterable of Monos into a new Mono by combining them with combinator.
Author DoHyung Kim
Since 3.1