reactor-kotlin-extensions / reactor.kotlin.adapter.rxjava / io.reactivex.Flowable

Extensions for io.reactivex.Flowable

toFlux

Wraps a Flowable instance into a Flux instance, composing the micro-fusion properties of the Flowable through.

fun <T> Flowable<T>.toFlux(): Flux<T>