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