final class io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver<T> extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.MaybeObserver<T>, org.reactivestreams.Subscription
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3520831347801429610

  final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

  final java.util.concurrent.atomic.AtomicLong requested;
    descriptor: Ljava/util/concurrent/atomic/AtomicLong;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.atomic.AtomicReference<java.lang.Object> current;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Object;>;

  final io.reactivex.internal.disposables.SequentialDisposable disposables;
    descriptor: Lio/reactivex/internal/disposables/SequentialDisposable;
    flags: (0x0010) ACC_FINAL

  final io.reactivex.MaybeSource<? extends T>[] sources;
    descriptor: [Lio/reactivex/MaybeSource;
    flags: (0x0010) ACC_FINAL
    Signature: [Lio/reactivex/MaybeSource<+TT;>;

  final io.reactivex.internal.util.AtomicThrowable errors;
    descriptor: Lio/reactivex/internal/util/AtomicThrowable;
    flags: (0x0010) ACC_FINAL

  int index;
    descriptor: I
    flags: (0x0000) 

  long produced;
    descriptor: J
    flags: (0x0000) 

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.MaybeSource<? extends T>[]);
    descriptor: (Lorg/reactivestreams/Subscriber;[Lio/reactivex/MaybeSource;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.MaybeSource[] sources
         0: .line 70
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 71
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 72
            aload 0 /* this */
            aload 2 /* sources */
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.sources:[Lio/reactivex/MaybeSource;
         3: .line 73
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.requested:Ljava/util/concurrent/atomic/AtomicLong;
         4: .line 74
            aload 0 /* this */
            new io.reactivex.internal.disposables.SequentialDisposable
            dup
            invokespecial io.reactivex.internal.disposables.SequentialDisposable.<init>:()V
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
         5: .line 75
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
         6: .line 76
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
         7: .line 77
            return
        end local 2 // io.reactivex.MaybeSource[] sources
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    8     0     this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;
            0    8     1   actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    8     2  sources  [Lio/reactivex/MaybeSource;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;[Lio/reactivex/MaybeSource<+TT;>;)V
    MethodParameters:
         Name  Flags
      actual   
      sources  

  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.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
        start local 1 // long n
         0: .line 81
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.validate:(J)Z
            ifeq 3
         1: .line 82
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.util.BackpressureHelper.add:(Ljava/util/concurrent/atomic/AtomicLong;J)J
            pop2
         2: .line 83
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.drain:()V
         3: .line 85
      StackMap locals:
      StackMap stack:
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;
            0    4     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.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.dispose:()V
         1: .line 90
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;

  public void onSubscribe(io.reactivex.disposables.Disposable);
    descriptor: (Lio/reactivex/disposables/Disposable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 94
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
            aload 1 /* d */
            invokevirtual io.reactivex.internal.disposables.SequentialDisposable.replace:(Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 95
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onSuccess();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
        start local 1 // java.lang.Object value
         0: .line 99
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* value */
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         1: .line 100
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.drain:()V
         2: .line 101
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;
            0    3     1  value  TT;
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  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.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
        start local 1 // java.lang.Throwable e
         0: .line 105
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         1: .line 106
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* e */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 4
         2: .line 107
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.drain:()V
         3: .line 108
            goto 5
         4: .line 109
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         5: .line 111
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;
            0    6     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
         0: .line 115
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
            getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         1: .line 116
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.drain:()V
         2: .line 117
            return
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;

  void drain();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=1
        start local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
         0: .line 121
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.getAndIncrement:()I
            ifeq 2
         1: .line 122
            return
         2: .line 125
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.current:Ljava/util/concurrent/atomic/AtomicReference;
            astore 1 /* c */
        start local 1 // java.util.concurrent.atomic.AtomicReference c
         3: .line 126
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.downstream:Lorg/reactivestreams/Subscriber;
            astore 2 /* a */
        start local 2 // org.reactivestreams.Subscriber a
         4: .line 127
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.disposables:Lio/reactivex/internal/disposables/SequentialDisposable;
            astore 3 /* cancelled */
        start local 3 // io.reactivex.disposables.Disposable cancelled
         5: .line 130
      StackMap locals: java.util.concurrent.atomic.AtomicReference org.reactivestreams.Subscriber io.reactivex.disposables.Disposable
      StackMap stack:
            aload 3 /* cancelled */
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ifeq 8
         6: .line 131
            aload 1 /* c */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
         7: .line 132
            return
         8: .line 135
      StackMap locals:
      StackMap stack:
            aload 1 /* c */
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            astore 4 /* o */
        start local 4 // java.lang.Object o
         9: .line 137
            aload 4 /* o */
            ifnull 33
        10: .line 139
            aload 4 /* o */
            getstatic io.reactivex.internal.util.NotificationLite.COMPLETE:Lio/reactivex/internal/util/NotificationLite;
            if_acmpeq 20
        11: .line 140
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.produced:J
            lstore 6 /* p */
        start local 6 // long p
        12: .line 141
            lload 6 /* p */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.requested:Ljava/util/concurrent/atomic/AtomicLong;
            invokevirtual java.util.concurrent.atomic.AtomicLong.get:()J
            lcmp
            ifeq 18
        13: .line 142
            aload 0 /* this */
            lload 6 /* p */
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.produced:J
        14: .line 143
            aload 1 /* c */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
        15: .line 144
            iconst_1
            istore 5 /* goNextSource */
        start local 5 // boolean goNextSource
        16: .line 146
            aload 2 /* a */
            aload 4 /* o */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
        17: .line 147
            goto 22
        end local 5 // boolean goNextSource
        18: .line 148
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver java.util.concurrent.atomic.AtomicReference org.reactivestreams.Subscriber io.reactivex.disposables.Disposable java.lang.Object top long
      StackMap stack:
            iconst_0
            istore 5 /* goNextSource */
        end local 6 // long p
        start local 5 // boolean goNextSource
        19: .line 150
            goto 22
        end local 5 // boolean goNextSource
        20: .line 151
      StackMap locals: io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver java.util.concurrent.atomic.AtomicReference org.reactivestreams.Subscriber io.reactivex.disposables.Disposable java.lang.Object
      StackMap stack:
            iconst_1
            istore 5 /* goNextSource */
        start local 5 // boolean goNextSource
        21: .line 152
            aload 1 /* c */
            aconst_null
            invokevirtual java.util.concurrent.atomic.AtomicReference.lazySet:(Ljava/lang/Object;)V
        22: .line 155
      StackMap locals: int
      StackMap stack:
            iload 5 /* goNextSource */
            ifeq 33
            aload 3 /* cancelled */
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ifne 33
        23: .line 156
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.index:I
            istore 6 /* i */
        start local 6 // int i
        24: .line 157
            iload 6 /* i */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.sources:[Lio/reactivex/MaybeSource;
            arraylength
            if_icmpne 31
        25: .line 158
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.get:()Ljava/lang/Object;
            checkcast java.lang.Throwable
            astore 7 /* ex */
        start local 7 // java.lang.Throwable ex
        26: .line 159
            aload 7 /* ex */
            ifnull 29
        27: .line 160
            aload 2 /* a */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.errors:Lio/reactivex/internal/util/AtomicThrowable;
            invokevirtual io.reactivex.internal.util.AtomicThrowable.terminate:()Ljava/lang/Throwable;
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
        28: .line 161
            goto 30
        29: .line 162
      StackMap locals: int java.lang.Throwable
      StackMap stack:
            aload 2 /* a */
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
        30: .line 164
      StackMap locals:
      StackMap stack:
            return
        end local 7 // java.lang.Throwable ex
        31: .line 166
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 6 /* i */
            iconst_1
            iadd
            putfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.index:I
        32: .line 168
            aload 0 /* this */
            getfield io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.sources:[Lio/reactivex/MaybeSource;
            iload 6 /* i */
            aaload
            aload 0 /* this */
            invokeinterface io.reactivex.MaybeSource.subscribe:(Lio/reactivex/MaybeObserver;)V
        end local 6 // int i
        end local 5 // boolean goNextSource
        33: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver.decrementAndGet:()I
            ifne 5
        end local 4 // java.lang.Object o
        34: .line 176
            return
        end local 3 // io.reactivex.disposables.Disposable cancelled
        end local 2 // org.reactivestreams.Subscriber a
        end local 1 // java.util.concurrent.atomic.AtomicReference c
        end local 0 // io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   35     0          this  Lio/reactivex/internal/operators/maybe/MaybeConcatArrayDelayError$ConcatMaybeObserver<TT;>;
            3   35     1             c  Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Object;>;
            4   35     2             a  Lorg/reactivestreams/Subscriber<-TT;>;
            5   35     3     cancelled  Lio/reactivex/disposables/Disposable;
            9   34     4             o  Ljava/lang/Object;
           16   18     5  goNextSource  Z
           19   20     5  goNextSource  Z
           21   33     5  goNextSource  Z
           12   19     6             p  J
           24   33     6             i  I
           26   31     7            ex  Ljava/lang/Throwable;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/MaybeObserver<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "MaybeConcatArrayDelayError.java"
NestHost: io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError
InnerClasses:
  final ConcatMaybeObserver = io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError$ConcatMaybeObserver of io.reactivex.internal.operators.maybe.MaybeConcatArrayDelayError