reactor-kotlin-extensions / reactor.kotlin.adapter.rxjava / reactor.core.publisher.Mono / toFlowable

toFlowable

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