final class io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator<T, R> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2983708048395377667

  final io.reactivex.Observer<? super R> downstream;
    descriptor: Lio/reactivex/Observer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/Observer<-TR;>;

  final io.reactivex.functions.Function<? super java.lang.Object[], ? extends R> zipper;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;

  final io.reactivex.internal.operators.observable.ObservableZip$ZipObserver<T, R>[] observers;
    descriptor: [Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
    flags: (0x0010) ACC_FINAL
    Signature: [Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver<TT;TR;>;

  final T[] row;
    descriptor: [Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Signature: [TT;

  final boolean delayError;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  volatile boolean cancelled;
    descriptor: Z
    flags: (0x0040) ACC_VOLATILE

  void <init>(io.reactivex.Observer<? super R>, io.reactivex.functions.Function<? super java.lang.Object[], ? extends R>, int, );
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/functions/Function;IZ)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.functions.Function zipper
        start local 3 // int count
        start local 4 // boolean delayError
         0: .line 87
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 90
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.downstream:Lio/reactivex/Observer;
         2: .line 91
            aload 0 /* this */
            aload 2 /* zipper */
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.zipper:Lio/reactivex/functions/Function;
         3: .line 92
            aload 0 /* this */
            iload 3 /* count */
            anewarray io.reactivex.internal.operators.observable.ObservableZip$ZipObserver
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.observers:[Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
         4: .line 93
            aload 0 /* this */
            iload 3 /* count */
            anewarray java.lang.Object
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.row:[Ljava/lang/Object;
         5: .line 94
            aload 0 /* this */
            iload 4 /* delayError */
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.delayError:Z
         6: .line 95
            return
        end local 4 // boolean delayError
        end local 3 // int count
        end local 2 // io.reactivex.functions.Function zipper
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;
            0    7     1      actual  Lio/reactivex/Observer<-TR;>;
            0    7     2      zipper  Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;
            0    7     3       count  I
            0    7     4  delayError  Z
    Signature: (Lio/reactivex/Observer<-TR;>;Lio/reactivex/functions/Function<-[Ljava/lang/Object;+TR;>;IZ)V
    MethodParameters:
            Name  Flags
      actual      
      zipper      
      count       
      delayError  

  public void subscribe(io.reactivex.ObservableSource<? extends T>[], );
    descriptor: ([Lio/reactivex/ObservableSource;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
        start local 1 // io.reactivex.ObservableSource[] sources
        start local 2 // int bufferSize
         0: .line 98
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.observers:[Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
            astore 3 /* s */
        start local 3 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] s
         1: .line 99
            aload 3 /* s */
            arraylength
            istore 4 /* len */
        start local 4 // int len
         2: .line 100
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 101
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] int int
      StackMap stack:
            aload 3 /* s */
            iload 5 /* i */
            new io.reactivex.internal.operators.observable.ObservableZip$ZipObserver
            dup
            aload 0 /* this */
            iload 2 /* bufferSize */
            invokespecial io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.<init>:(Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator;I)V
            aastore
         5: .line 100
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 4
        end local 5 // int i
         7: .line 104
            aload 0 /* this */
            iconst_0
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.lazySet:(I)V
         8: .line 105
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.downstream:Lio/reactivex/Observer;
            aload 0 /* this */
            invokeinterface io.reactivex.Observer.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         9: .line 106
            iconst_0
            istore 5 /* i */
        start local 5 // int i
        10: goto 15
        11: .line 107
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
            ifeq 13
        12: .line 108
            return
        13: .line 110
      StackMap locals:
      StackMap stack:
            aload 1 /* sources */
            iload 5 /* i */
            aaload
            aload 3 /* s */
            iload 5 /* i */
            aaload
            invokeinterface io.reactivex.ObservableSource.subscribe:(Lio/reactivex/Observer;)V
        14: .line 106
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 5 /* i */
            iload 4 /* len */
            if_icmplt 11
        end local 5 // int i
        16: .line 112
            return
        end local 4 // int len
        end local 3 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] s
        end local 2 // int bufferSize
        end local 1 // io.reactivex.ObservableSource[] sources
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   17     0        this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;
            0   17     1     sources  [Lio/reactivex/ObservableSource;
            0   17     2  bufferSize  I
            1   17     3           s  [Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
            2   17     4         len  I
            3    7     5           i  I
           10   16     5           i  I
    Signature: ([Lio/reactivex/ObservableSource<+TT;>;I)V
    MethodParameters:
            Name  Flags
      sources     
      bufferSize  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
         0: .line 116
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
            ifne 5
         1: .line 117
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
         2: .line 118
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelSources:()V
         3: .line 119
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.getAndIncrement:()I
            ifne 5
         4: .line 120
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.clear:()V
         5: .line 123
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
         0: .line 127
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
            ireturn
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;

  void cancel();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
         0: .line 131
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.clear:()V
         1: .line 132
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelSources:()V
         2: .line 133
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;

  void cancelSources();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
         0: .line 136
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.observers:[Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 4
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator top int int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* zs */
        start local 1 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver zs
         2: .line 137
            aload 1 /* zs */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.dispose:()V
        end local 1 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver zs
         3: .line 136
            iinc 2 1
      StackMap locals:
      StackMap stack:
         4: iload 2
            iload 3
            if_icmplt 1
         5: .line 139
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;
            2    3     1    zs  Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver<**>;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
         0: .line 142
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.observers:[Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
            dup
            astore 4
            arraylength
            istore 3
            iconst_0
            istore 2
            goto 4
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator top int int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[]
      StackMap stack:
         1: aload 4
            iload 2
            aaload
            astore 1 /* zs */
        start local 1 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver zs
         2: .line 143
            aload 1 /* zs */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.clear:()V
        end local 1 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver zs
         3: .line 142
            iinc 2 1
      StackMap locals:
      StackMap stack:
         4: iload 2
            iload 3
            if_icmplt 1
         5: .line 145
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;
            2    3     1    zs  Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver<**>;

  public void drain();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=15, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
         0: .line 148
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.getAndIncrement:()I
            ifeq 2
         1: .line 149
            return
         2: .line 152
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* missing */
        start local 1 // int missing
         3: .line 154
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.observers:[Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
            astore 2 /* zs */
        start local 2 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] zs
         4: .line 155
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.downstream:Lio/reactivex/Observer;
            astore 3 /* a */
        start local 3 // io.reactivex.Observer a
         5: .line 156
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.row:[Ljava/lang/Object;
            astore 4 /* os */
        start local 4 // java.lang.Object[] os
         6: .line 157
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.delayError:Z
            istore 5 /* delayError */
        start local 5 // boolean delayError
         7: .line 162
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] io.reactivex.Observer java.lang.Object[] int
      StackMap stack:
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: .line 163
            iconst_0
            istore 7 /* emptyCount */
        start local 7 // int emptyCount
         9: .line 164
            aload 2 /* zs */
            dup
            astore 11
            arraylength
            istore 10
            iconst_0
            istore 9
            goto 33
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] io.reactivex.Observer java.lang.Object[] int int int top int int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[]
      StackMap stack:
        10: aload 11
            iload 9
            aaload
            astore 8 /* z */
        start local 8 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver z
        11: .line 165
            aload 4 /* os */
            iload 6 /* i */
            aaload
            ifnonnull 24
        12: .line 166
            aload 8 /* z */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.done:Z
            istore 12 /* d */
        start local 12 // boolean d
        13: .line 167
            aload 8 /* z */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.queue:Lio/reactivex/internal/queue/SpscLinkedArrayQueue;
            invokevirtual io.reactivex.internal.queue.SpscLinkedArrayQueue.poll:()Ljava/lang/Object;
            astore 13 /* v */
        start local 13 // java.lang.Object v
        14: .line 168
            aload 13 /* v */
            ifnonnull 15
            iconst_1
            goto 16
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] io.reactivex.Observer java.lang.Object[] int int int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver int int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] int java.lang.Object
      StackMap stack:
        15: iconst_0
      StackMap locals:
      StackMap stack: int
        16: istore 14 /* empty */
        start local 14 // boolean empty
        17: .line 170
            aload 0 /* this */
            iload 12 /* d */
            iload 14 /* empty */
            aload 3 /* a */
            iload 5 /* delayError */
            aload 8 /* z */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.checkTerminated:(ZZLio/reactivex/Observer;ZLio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;)Z
            ifeq 19
        18: .line 171
            return
        19: .line 173
      StackMap locals: int
      StackMap stack:
            iload 14 /* empty */
            ifne 22
        20: .line 174
            aload 4 /* os */
            iload 6 /* i */
            aload 13 /* v */
            aastore
        21: .line 175
            goto 31
        22: .line 176
      StackMap locals:
      StackMap stack:
            iinc 7 /* emptyCount */ 1
        end local 14 // boolean empty
        end local 13 // java.lang.Object v
        end local 12 // boolean d
        23: .line 178
            goto 31
        24: .line 179
      StackMap locals:
      StackMap stack:
            aload 8 /* z */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.done:Z
            ifeq 31
            iload 5 /* delayError */
            ifne 31
        25: .line 180
            aload 8 /* z */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.error:Ljava/lang/Throwable;
            astore 12 /* ex */
        start local 12 // java.lang.Throwable ex
        26: .line 181
            aload 12 /* ex */
            ifnull 31
        27: .line 182
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
        28: .line 183
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancel:()V
        29: .line 184
            aload 3 /* a */
            aload 12 /* ex */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
        30: .line 185
            return
        end local 12 // java.lang.Throwable ex
        31: .line 189
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
        end local 8 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver z
        32: .line 164
            iinc 9 1
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] io.reactivex.Observer java.lang.Object[] int int int top int int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[]
      StackMap stack:
        33: iload 9
            iload 10
            if_icmplt 10
        34: .line 192
            iload 7 /* emptyCount */
            ifeq 36
        35: .line 193
            goto 46
        36: .line 198
      StackMap locals: io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator int io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] io.reactivex.Observer java.lang.Object[] int int int
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.zipper:Lio/reactivex/functions/Function;
            aload 4 /* os */
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The zipper returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 8 /* v */
        start local 8 // java.lang.Object v
        37: .line 199
            goto 43
        end local 8 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
        38: astore 9 /* ex */
        start local 9 // java.lang.Throwable ex
        39: .line 200
            aload 9 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
        40: .line 201
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancel:()V
        41: .line 202
            aload 3 /* a */
            aload 9 /* ex */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
        42: .line 203
            return
        end local 9 // java.lang.Throwable ex
        start local 8 // java.lang.Object v
        43: .line 206
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* a */
            aload 8 /* v */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
        44: .line 208
            aload 4 /* os */
            aconst_null
            invokestatic java.util.Arrays.fill:([Ljava/lang/Object;Ljava/lang/Object;)V
        end local 8 // java.lang.Object v
        end local 7 // int emptyCount
        end local 6 // int i
        45: .line 161
            goto 7
        46: .line 211
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* missing */
            ineg
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.addAndGet:(I)I
            istore 1 /* missing */
        47: .line 212
            iload 1 /* missing */
            ifne 7
        48: .line 213
            return
        end local 5 // boolean delayError
        end local 4 // java.lang.Object[] os
        end local 3 // io.reactivex.Observer a
        end local 2 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] zs
        end local 1 // int missing
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   49     0        this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;
            3   49     1     missing  I
            4   49     2          zs  [Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;
            5   49     3           a  Lio/reactivex/Observer<-TR;>;
            6   49     4          os  [Ljava/lang/Object;
            7   49     5  delayError  Z
            8   45     6           i  I
            9   45     7  emptyCount  I
           11   32     8           z  Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver<TT;TR;>;
           13   23    12           d  Z
           14   23    13           v  TT;
           17   23    14       empty  Z
           26   31    12          ex  Ljava/lang/Throwable;
           37   38     8           v  TR;
           43   45     8           v  TR;
           39   43     9          ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
          36    37      38  Class java.lang.Throwable

  boolean checkTerminated(boolean, boolean, io.reactivex.Observer<? super R>, boolean, io.reactivex.internal.operators.observable.ObservableZip$ZipObserver<?, ?>);
    descriptor: (ZZLio/reactivex/Observer;ZLio/reactivex/internal/operators/observable/ObservableZip$ZipObserver;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=6
        start local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
        start local 1 // boolean d
        start local 2 // boolean empty
        start local 3 // io.reactivex.Observer a
        start local 4 // boolean delayError
        start local 5 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver source
         0: .line 219
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
            ifeq 3
         1: .line 220
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancel:()V
         2: .line 221
            iconst_1
            ireturn
         3: .line 224
      StackMap locals:
      StackMap stack:
            iload 1 /* d */
            ifeq 25
         4: .line 225
            iload 4 /* delayError */
            ifeq 14
         5: .line 226
            iload 2 /* empty */
            ifeq 25
         6: .line 227
            aload 5 /* source */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.error:Ljava/lang/Throwable;
            astore 6 /* e */
        start local 6 // java.lang.Throwable e
         7: .line 228
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
         8: .line 229
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancel:()V
         9: .line 230
            aload 6 /* e */
            ifnull 12
        10: .line 231
            aload 3 /* a */
            aload 6 /* e */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
        11: .line 232
            goto 13
        12: .line 233
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 3 /* a */
            invokeinterface io.reactivex.Observer.onComplete:()V
        13: .line 235
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 6 // java.lang.Throwable e
        14: .line 238
      StackMap locals:
      StackMap stack:
            aload 5 /* source */
            getfield io.reactivex.internal.operators.observable.ObservableZip$ZipObserver.error:Ljava/lang/Throwable;
            astore 6 /* e */
        start local 6 // java.lang.Throwable e
        15: .line 239
            aload 6 /* e */
            ifnull 20
        16: .line 240
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
        17: .line 241
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancel:()V
        18: .line 242
            aload 3 /* a */
            aload 6 /* e */
            invokeinterface io.reactivex.Observer.onError:(Ljava/lang/Throwable;)V
        19: .line 243
            iconst_1
            ireturn
        20: .line 245
      StackMap locals: java.lang.Throwable
      StackMap stack:
            iload 2 /* empty */
            ifeq 25
        21: .line 246
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancelled:Z
        22: .line 247
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator.cancel:()V
        23: .line 248
            aload 3 /* a */
            invokeinterface io.reactivex.Observer.onComplete:()V
        24: .line 249
            iconst_1
            ireturn
        end local 6 // java.lang.Throwable e
        25: .line 254
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // io.reactivex.internal.operators.observable.ObservableZip$ZipObserver source
        end local 4 // boolean delayError
        end local 3 // io.reactivex.Observer a
        end local 2 // boolean empty
        end local 1 // boolean d
        end local 0 // io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   26     0        this  Lio/reactivex/internal/operators/observable/ObservableZip$ZipCoordinator<TT;TR;>;
            0   26     1           d  Z
            0   26     2       empty  Z
            0   26     3           a  Lio/reactivex/Observer<-TR;>;
            0   26     4  delayError  Z
            0   26     5      source  Lio/reactivex/internal/operators/observable/ObservableZip$ZipObserver<**>;
            7   14     6           e  Ljava/lang/Throwable;
           15   25     6           e  Ljava/lang/Throwable;
    Signature: (ZZLio/reactivex/Observer<-TR;>;ZLio/reactivex/internal/operators/observable/ObservableZip$ZipObserver<**>;)Z
    MethodParameters:
            Name  Flags
      d           
      empty       
      a           
      delayError  
      source      
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/disposables/Disposable;
SourceFile: "ObservableZip.java"
NestHost: io.reactivex.internal.operators.observable.ObservableZip
InnerClasses:
  final ZipCoordinator = io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator of io.reactivex.internal.operators.observable.ObservableZip
  final ZipObserver = io.reactivex.internal.operators.observable.ObservableZip$ZipObserver of io.reactivex.internal.operators.observable.ObservableZip