Class OnSubscribeAutoConnect<T>

  • Type Parameters:
    T - the value type of the chain
    All Implemented Interfaces:
    Action, Action1<Subscriber<? super T>>, Function, Observable.OnSubscribe<T>

    public final class OnSubscribeAutoConnect<T>
    extends java.lang.Object
    implements Observable.OnSubscribe<T>
    Wraps a ConnectableObservable and calls its connect() method once the specified number of Subscribers have subscribed.