final class io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber<T, U, V> implements io.reactivex.FlowableSubscriber<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber
  super_class: java.lang.Object
{
  final org.reactivestreams.Subscriber<? super V> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TV;>;

  final java.util.Iterator<U> iterator;
    descriptor: Ljava/util/Iterator;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/Iterator<TU;>;

  final io.reactivex.functions.BiFunction<? super T, ? super U, ? extends V> zipper;
    descriptor: Lio/reactivex/functions/BiFunction;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;

  org.reactivestreams.Subscription upstream;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  boolean done;
    descriptor: Z
    flags: (0x0000) 

  void <init>(org.reactivestreams.Subscriber<? super V>, java.util.Iterator<U>, io.reactivex.functions.BiFunction<? super T, ? super U, ? extends V>);
    descriptor: (Lorg/reactivestreams/Subscriber;Ljava/util/Iterator;Lio/reactivex/functions/BiFunction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // java.util.Iterator iterator
        start local 3 // io.reactivex.functions.BiFunction zipper
         0: .line 78
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 81
            aload 0 /* this */
            aload 2 /* iterator */
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.iterator:Ljava/util/Iterator;
         3: .line 82
            aload 0 /* this */
            aload 3 /* zipper */
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.zipper:Lio/reactivex/functions/BiFunction;
         4: .line 83
            return
        end local 3 // io.reactivex.functions.BiFunction zipper
        end local 2 // java.util.Iterator iterator
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
            0    5     1    actual  Lorg/reactivestreams/Subscriber<-TV;>;
            0    5     2  iterator  Ljava/util/Iterator<TU;>;
            0    5     3    zipper  Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TV;>;Ljava/util/Iterator<TU;>;Lio/reactivex/functions/BiFunction<-TT;-TU;+TV;>;)V
    MethodParameters:
          Name  Flags
      actual    
      iterator  
      zipper    

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 87
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 3
         1: .line 88
            aload 0 /* this */
            aload 1 /* s */
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
         2: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 91
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
            0    4     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
        start local 1 // java.lang.Object t
         0: .line 95
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
            ifeq 2
         1: .line 96
            return
         2: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            ldc "The iterator returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 2 /* u */
        start local 2 // java.lang.Object u
         3: .line 103
            goto 7
        end local 2 // java.lang.Object u
      StackMap locals:
      StackMap stack: java.lang.Throwable
         4: astore 3 /* e */
        start local 3 // java.lang.Throwable e
         5: .line 104
            aload 0 /* this */
            aload 3 /* e */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.error:(Ljava/lang/Throwable;)V
         6: .line 105
            return
        end local 3 // java.lang.Throwable e
        start local 2 // java.lang.Object u
         7: .line 110
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.zipper:Lio/reactivex/functions/BiFunction;
            aload 1 /* t */
            aload 2 /* u */
            invokeinterface io.reactivex.functions.BiFunction.apply:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            ldc "The zipper function returned a null value"
            invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            astore 3 /* v */
        start local 3 // java.lang.Object v
         8: .line 111
            goto 12
        end local 3 // java.lang.Object v
      StackMap locals:
      StackMap stack: java.lang.Throwable
         9: astore 4 /* e */
        start local 4 // java.lang.Throwable e
        10: .line 112
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.error:(Ljava/lang/Throwable;)V
        11: .line 113
            return
        end local 4 // java.lang.Throwable e
        start local 3 // java.lang.Object v
        12: .line 116
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 3 /* v */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        13: .line 121
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.iterator:Ljava/util/Iterator;
            invokeinterface java.util.Iterator.hasNext:()Z
            istore 4 /* b */
        start local 4 // boolean b
        14: .line 122
            goto 18
        end local 4 // boolean b
      StackMap locals:
      StackMap stack: java.lang.Throwable
        15: astore 5 /* e */
        start local 5 // java.lang.Throwable e
        16: .line 123
            aload 0 /* this */
            aload 5 /* e */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.error:(Ljava/lang/Throwable;)V
        17: .line 124
            return
        end local 5 // java.lang.Throwable e
        start local 4 // boolean b
        18: .line 127
      StackMap locals: int
      StackMap stack:
            iload 4 /* b */
            ifne 22
        19: .line 128
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
        20: .line 129
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
        21: .line 130
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        22: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 4 // boolean b
        end local 3 // java.lang.Object v
        end local 2 // java.lang.Object u
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
            0   23     1     t  TT;
            3    4     2     u  TU;
            7   23     2     u  TU;
            5    7     3     e  Ljava/lang/Throwable;
            8    9     3     v  TV;
           12   23     3     v  TV;
           10   12     4     e  Ljava/lang/Throwable;
           14   15     4     b  Z
           18   23     4     b  Z
           16   18     5     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
           7     8       9  Class java.lang.Throwable
          13    14      15  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  void error(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
        start local 1 // java.lang.Throwable e
         0: .line 135
            aload 1 /* e */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         1: .line 136
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
         2: .line 137
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         3: .line 138
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* e */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         4: .line 139
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
            0    5     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 143
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
            ifeq 3
         1: .line 144
            aload 1 /* t */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         2: .line 145
            return
         3: .line 147
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
         4: .line 148
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 149
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
            0    6     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
         0: .line 153
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
            ifeq 2
         1: .line 154
            return
         2: .line 156
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.done:Z
         3: .line 157
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         4: .line 158
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
        start local 1 // long n
         0: .line 162
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 163
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
            0    2     1     n  J
    MethodParameters:
      Name  Flags
      n     

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
         0: .line 167
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber.upstream:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         1: .line 168
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableZipIterable$ZipIterableSubscriber<TT;TU;TV;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;V:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableZipIterable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableZipIterable
InnerClasses:
  final ZipIterableSubscriber = io.reactivex.internal.operators.flowable.FlowableZipIterable$ZipIterableSubscriber of io.reactivex.internal.operators.flowable.FlowableZipIterable