final class io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver extends java.util.concurrent.atomic.AtomicInteger implements io.reactivex.CompletableObserver
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8360547806504310570

  final io.reactivex.CompletableObserver downstream;
    descriptor: Lio/reactivex/CompletableObserver;
    flags: (0x0010) ACC_FINAL

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

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

  void <init>(io.reactivex.CompletableObserver, java.util.concurrent.atomic.AtomicBoolean, io.reactivex.disposables.CompositeDisposable, int);
    descriptor: (Lio/reactivex/CompletableObserver;Ljava/util/concurrent/atomic/AtomicBoolean;Lio/reactivex/disposables/CompositeDisposable;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
        start local 1 // io.reactivex.CompletableObserver actual
        start local 2 // java.util.concurrent.atomic.AtomicBoolean once
        start local 3 // io.reactivex.disposables.CompositeDisposable set
        start local 4 // int n
         0: .line 64
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 65
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
         2: .line 66
            aload 0 /* this */
            aload 2 /* once */
            putfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
         3: .line 67
            aload 0 /* this */
            aload 3 /* set */
            putfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.set:Lio/reactivex/disposables/CompositeDisposable;
         4: .line 68
            aload 0 /* this */
            iload 4 /* n */
            invokevirtual io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.lazySet:(I)V
         5: .line 69
            return
        end local 4 // int n
        end local 3 // io.reactivex.disposables.CompositeDisposable set
        end local 2 // java.util.concurrent.atomic.AtomicBoolean once
        end local 1 // io.reactivex.CompletableObserver actual
        end local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
            0    6     1  actual  Lio/reactivex/CompletableObserver;
            0    6     2    once  Ljava/util/concurrent/atomic/AtomicBoolean;
            0    6     3     set  Lio/reactivex/disposables/CompositeDisposable;
            0    6     4       n  I
    MethodParameters:
        Name  Flags
      actual  
      once    
      set     
      n       

  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.completable.CompletableMergeArray$InnerCompletableObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 73
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.set:Lio/reactivex/disposables/CompositeDisposable;
            aload 1 /* d */
            invokevirtual io.reactivex.disposables.CompositeDisposable.add:(Lio/reactivex/disposables/Disposable;)Z
            pop
         1: .line 74
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
            0    2     1     d  Lio/reactivex/disposables/Disposable;
    MethodParameters:
      Name  Flags
      d     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
        start local 1 // java.lang.Throwable e
         0: .line 78
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.set:Lio/reactivex/disposables/CompositeDisposable;
            invokevirtual io.reactivex.disposables.CompositeDisposable.dispose:()V
         1: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 4
         2: .line 80
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.CompletableObserver.onError:(Ljava/lang/Throwable;)V
         3: .line 81
            goto 5
         4: .line 82
      StackMap locals:
      StackMap stack:
            aload 1 /* e */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
         5: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
            0    6     1     e  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      e     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
         0: .line 88
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.decrementAndGet:()I
            ifne 3
         1: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.once:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_0
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.compareAndSet:(ZZ)Z
            ifeq 3
         2: .line 90
            aload 0 /* this */
            getfield io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver.downstream:Lio/reactivex/CompletableObserver;
            invokeinterface io.reactivex.CompletableObserver.onComplete:()V
         3: .line 93
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/completable/CompletableMergeArray$InnerCompletableObserver;
}
SourceFile: "CompletableMergeArray.java"
NestHost: io.reactivex.internal.operators.completable.CompletableMergeArray
InnerClasses:
  final InnerCompletableObserver = io.reactivex.internal.operators.completable.CompletableMergeArray$InnerCompletableObserver of io.reactivex.internal.operators.completable.CompletableMergeArray