fun Iterable<Publisher<Void>>.whenComplete(): Mono<Void>
Aggregates this Iterable of void Publishers into a new Mono. An alias for a corresponding Mono.when to avoid use of when, which is a keyword in Kotlin.
when
Author DoHyung Kim
Since 3.1