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

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

  final io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver<?, R> parent;
    descriptor: Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver<*TR;>;

  void <init>(io.reactivex.Observer<? super R>, io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver<?, R>);
    descriptor: (Lio/reactivex/Observer;Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
        start local 1 // io.reactivex.Observer actual
        start local 2 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent
         0: .line 494
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 495
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver.downstream:Lio/reactivex/Observer;
         2: .line 496
            aload 0 /* this */
            aload 2 /* parent */
            putfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver;
         3: .line 497
            return
        end local 2 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent
        end local 1 // io.reactivex.Observer actual
        end local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver<TR;>;
            0    4     1  actual  Lio/reactivex/Observer<-TR;>;
            0    4     2  parent  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver<*TR;>;
    Signature: (Lio/reactivex/Observer<-TR;>;Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver<*TR;>;)V
    MethodParameters:
        Name  Flags
      actual  
      parent  

  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.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 501
            aload 0 /* this */
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.replace:(Ljava/util/concurrent/atomic/AtomicReference;Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 502
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver<TR;>;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
        start local 1 // java.lang.Object value
         0: .line 506
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver.downstream:Lio/reactivex/Observer;
            aload 1 /* value */
            invokeinterface io.reactivex.Observer.onNext:(Ljava/lang/Object;)V
         1: .line 507
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver<TR;>;
            0    2     1  value  TR;
    Signature: (TR;)V
    MethodParameters:
       Name  Flags
      value  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
        start local 1 // java.lang.Throwable e
         0: .line 511
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver;
            astore 2 /* p */
        start local 2 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver p
         1: .line 512
            aload 2 /* p */
            getfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.error:Lio/reactivex/internal/util/AtomicThrowable;
            aload 1 /* e */
            invokevirtual io.reactivex.internal.util.AtomicThrowable.addThrowable:(Ljava/lang/Throwable;)Z
            ifeq 7
         2: .line 513
            aload 2 /* p */
            getfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.tillTheEnd:Z
            ifne 4
         3: .line 514
            aload 2 /* p */
            getfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         4: .line 516
      StackMap locals: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver
      StackMap stack:
            aload 2 /* p */
            iconst_0
            putfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.active:Z
         5: .line 517
            aload 2 /* p */
            invokevirtual io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.drain:()V
         6: .line 518
            goto 8
         7: .line 519
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         8: .line 521
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver p
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver<TR;>;
            0    9     1     e  Ljava/lang/Throwable;
            1    9     2     p  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver<*TR;>;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
         0: .line 525
            aload 0 /* this */
            getfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver.parent:Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver;
            astore 1 /* p */
        start local 1 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver p
         1: .line 526
            aload 1 /* p */
            iconst_0
            putfield io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.active:Z
         2: .line 527
            aload 1 /* p */
            invokevirtual io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver.drain:()V
         3: .line 528
            return
        end local 1 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver p
        end local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver<TR;>;
            1    4     1     p  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver<*TR;>;

  void dispose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
         0: .line 531
            aload 0 /* this */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 532
            return
        end local 0 // io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/observable/ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver<TR;>;
}
Signature: <R:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Lio/reactivex/disposables/Disposable;>;Lio/reactivex/Observer<TR;>;
SourceFile: "ObservableConcatMap.java"
NestHost: io.reactivex.internal.operators.observable.ObservableConcatMap
InnerClasses:
  final ConcatMapDelayErrorObserver = io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver of io.reactivex.internal.operators.observable.ObservableConcatMap
  final DelayErrorInnerObserver = io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver of io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver