Class SingleZipArray.ZipCoordinator<T,R>

java.lang.Object
java.lang.Number
java.util.concurrent.atomic.AtomicInteger
io.reactivex.rxjava3.internal.operators.single.SingleZipArray.ZipCoordinator<T,R>
All Implemented Interfaces:
Disposable, Serializable
Enclosing class:
SingleZipArray<T,R>

static final class SingleZipArray.ZipCoordinator<T,R> extends AtomicInteger implements Disposable
  • Field Details

  • Constructor Details

  • Method Details

    • isDisposed

      public boolean isDisposed()
      Description copied from interface: Disposable
      Returns true if this resource has been disposed.
      Specified by:
      isDisposed in interface Disposable
      Returns:
      true if this resource has been disposed
    • dispose

      public void dispose()
      Description copied from interface: Disposable
      Dispose the resource, the operation should be idempotent.
      Specified by:
      dispose in interface Disposable
    • innerSuccess

      void innerSuccess(T value, int index)
    • disposeExcept

      void disposeExcept(int index)
    • innerError

      void innerError(Throwable ex, int index)