zip
inline fun <T, R> Iterable<Mono<T>>.zip(crossinline combinator: (List<T>) -> R): Mono<R>
Content copied to clipboard
Merges this Iterable of Monos into a new Mono by combining them with combinator.
TODO Move to MonoExtensions.kt in next major version
Author
DoHyung Kim
Since
3.1
Aggregates the given Monos into a new Mono.
Author
DoHyung Kim
Since
3.1