Class FlowableConcatMap.SimpleScalarSubscription<T>

  • All Implemented Interfaces:
    java.io.Serializable, org.reactivestreams.Subscription
    Enclosing class:
    FlowableConcatMap<T,​R>

    static final class FlowableConcatMap.SimpleScalarSubscription<T>
    extends java.util.concurrent.atomic.AtomicBoolean
    implements org.reactivestreams.Subscription
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.reactivestreams.Subscriber<? super T> downstream  
      private static long serialVersionUID  
      (package private) T value  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleScalarSubscription​(T value, org.reactivestreams.Subscriber<? super T> downstream)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      void request​(long n)  
      • 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
    • Field Detail

      • downstream

        final org.reactivestreams.Subscriber<? super T> downstream
      • value

        final T value
    • Constructor Detail

      • SimpleScalarSubscription

        SimpleScalarSubscription​(T value,
                                 org.reactivestreams.Subscriber<? super T> downstream)
    • Method Detail

      • request

        public void request​(long n)
        Specified by:
        request in interface org.reactivestreams.Subscription
      • cancel

        public void cancel()
        Specified by:
        cancel in interface org.reactivestreams.Subscription