Class CachedObservable.CachedSubscribe<T>

  • Type Parameters:
    T - the value type emitted
    All Implemented Interfaces:
    java.io.Serializable, Action, Action1<Subscriber<? super T>>, Function, Observable.OnSubscribe<T>
    Enclosing class:
    CachedObservable<T>

    static final class CachedObservable.CachedSubscribe<T>
    extends java.util.concurrent.atomic.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void call​(Subscriber<? super T> t)  
      • Methods inherited from class java.util.concurrent.atomic.AtomicBoolean

        compareAndExchange, compareAndExchangeAcquire, compareAndExchangeRelease, compareAndSet, get, getAcquire, getAndSet, getOpaque, getPlain, lazySet, set, setOpaque, setPlain, setRelease, toString, weakCompareAndSet, weakCompareAndSetAcquire, weakCompareAndSetPlain, weakCompareAndSetRelease, weakCompareAndSetVolatile
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait