fun <R> zip(vararg monos: Mono<*>, combinator: (Array<*>) -> R): Mono<R>
Aggregates the given Monos into a new Mono.
Author DoHyung Kim
Since 3.1