Class CachedObservable.CachedSubscribe<T>

java.lang.Object
java.util.concurrent.atomic.AtomicBoolean
rx.internal.operators.CachedObservable.CachedSubscribe<T>
Type Parameters:
T - the value type emitted
All Implemented Interfaces:
Serializable, Action, Action1<Subscriber<? super T>>, Function, Observable.OnSubscribe<T>
Enclosing class:
CachedObservable<T>

static final class CachedObservable.CachedSubscribe<T> extends AtomicBoolean implements Observable.OnSubscribe<T>
Manages the subscription of child subscribers by setting up a replay producer and performs auto-connection of the very first subscription.