Interface FuseToObservable<T>

    • Method Detail

      • fuseToObservable

        @NonNull
        @NonNull Observable<T> fuseToObservable()
        Returns a (direct) Observable for the operator.

        The implementation should handle the necessary RxJavaPlugins wrapping.

        Returns:
        the Observable instance