Class AbstractObservableWithUpstream<T,​U>

    • Field Detail

      • source

        protected final ObservableSource<T> source
        The source consumable Observable.
    • Constructor Detail

      • AbstractObservableWithUpstream

        AbstractObservableWithUpstream​(ObservableSource<T> source)
        Constructs the ObservableSource with the given consumable.
        Parameters:
        source - the consumable Observable