Interface FuseToFlowable<T>

    • Method Detail

      • fuseToFlowable

        @NonNull
        @NonNull Flowable<T> fuseToFlowable()
        Returns a (direct) Flowable for the operator.

        The implementation should handle the necessary RxJavaPlugins wrapping.

        Returns:
        the Flowable instance