Class ConcatMapXMainObserver<T>

java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicInteger
io.reactivex.rxjava3.internal.operators.mixed.ConcatMapXMainObserver<T>
Type Parameters:
T - the upstream value type
All Implemented Interfaces:
Observer<T>, Disposable, Serializable

public abstract class ConcatMapXMainObserver<T> extends AtomicInteger implements Observer<T>, Disposable
Base class for implementing concatMapX main observers.
Since:
3.0.10
See Also:
  • Constructor Details

    • ConcatMapXMainObserver

      public ConcatMapXMainObserver(int prefetch, ErrorMode errorMode)
  • Method Details