Interface HasUpstreamCompletableSource

All Known Implementing Classes:
FlowableFromCompletable, MaybeFromCompletable, ObservableFromCompletable

public interface HasUpstreamCompletableSource
Interface indicating the implementor has an upstream CompletableSource-like source available via source() method.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the upstream source of this Completable.
  • Method Details

    • source

      Returns the upstream source of this Completable.

      Allows discovering the chain of observables.

      Returns:
      the source CompletableSource