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

toFlowable

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