fun <T> Mono<T>.toFlowable(): Flowable<T>
Wraps a Mono instance into a Flowable instance, composing the micro-fusion properties of the Flux through.
Parameters
Return the new Flux instance