Class OnSubscribeAutoConnect<T>

java.lang.Object
rx.internal.operators.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 Object implements Observable.OnSubscribe<T>
Wraps a ConnectableObservable and calls its connect() method once the specified number of Subscribers have subscribed.