Interface HasUpstreamCompletableSource

    • Method Detail

      • source

        @NonNull
        @NonNull CompletableSource source()
        Returns the upstream source of this Completable.

        Allows discovering the chain of observables.

        Returns:
        the source CompletableSource