reactor-core / reactor.core.publisher / kotlin.collections.Iterable / whenComplete

whenComplete

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.

Author
DoHyung Kim

Since
3.1