Class FlowableConcatMap.ConcatMapImmediate<T,R>

All Implemented Interfaces:
FlowableSubscriber<T>, FlowableConcatMap.ConcatMapSupport<R>, Serializable, org.reactivestreams.Subscriber<T>, org.reactivestreams.Subscription
Enclosing class:
FlowableConcatMap<T,R>

static final class FlowableConcatMap.ConcatMapImmediate<T,R> extends FlowableConcatMap.BaseConcatMapSubscriber<T,R>
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • downstream

      final org.reactivestreams.Subscriber<? super R> downstream
    • wip

      final AtomicInteger wip
  • Constructor Details

    • ConcatMapImmediate

      ConcatMapImmediate(org.reactivestreams.Subscriber<? super R> actual, Function<? super T,? extends org.reactivestreams.Publisher<? extends R>> mapper, int prefetch)
  • Method Details