How can I convert Flux directly to Mono> ?
Flux
Mono>
I am looking for equivalent of Single
Single
Flux has the method collectList() doing just the same like toList() in Rx.
toList()
val just: Mono> = flux.collectList()