Class FlowableConcatMap.ConcatMapDelayed<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.ConcatMapDelayed<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
    • veryEnd

      final boolean veryEnd
  • Constructor Details

    • ConcatMapDelayed

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