final class io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber<T> extends java.util.concurrent.atomic.AtomicInteger 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.FlowableMergeWithCompletable$MergeWithSubscriber
  super_class: java.util.concurrent.atomic.AtomicInteger
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -4592979584110982903

  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.AtomicReference<org.reactivestreams.Subscription> mainSubscription;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

  final io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver otherObserver;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
    flags: (0x0010) ACC_FINAL

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

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

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

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

  void <init>(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
        start local 1 // org.reactivestreams.Subscriber downstream
         0: .line 69
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* downstream */
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 71
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 72
            aload 0 /* this */
            new io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver
            dup
            aload 0 /* this */
            invokespecial io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver.<init>:(Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber;)V
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherObserver:Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
         4: .line 73
            aload 0 /* this */
            new io.reactivex.internal.util.AtomicThrowable
            dup
            invokespecial io.reactivex.internal.util.AtomicThrowable.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
         5: .line 74
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
         6: .line 75
            return
        end local 1 // org.reactivestreams.Subscriber downstream
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
            0    7     1  downstream  Lorg/reactivestreams/Subscriber<-TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
            Name  Flags
      downstream  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 79
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            aload 1 /* s */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredSetOnce:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;Lorg/reactivestreams/Subscription;)Z
            pop
         1: .line 80
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
        start local 1 // java.lang.Object t
         0: .line 84
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onNext:(Lorg/reactivestreams/Subscriber;Ljava/lang/Object;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         1: .line 85
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
            0    2     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
        start local 1 // java.lang.Throwable ex
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherObserver:Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 90
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* ex */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         2: .line 91
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
            0    3     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
         0: .line 95
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainDone:Z
         1: .line 96
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherDone:Z
            ifeq 3
         2: .line 97
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         3: .line 99
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;

  public void request(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
        start local 1 // long n
         0: .line 103
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.requested:Ljava/util/concurrent/atomic/AtomicLong;
            lload 1 /* n */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.deferredRequest:(Ljava/util/concurrent/atomic/AtomicReference;Ljava/util/concurrent/atomic/AtomicLong;J)V
         1: .line 104
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
            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.FlowableMergeWithCompletable$MergeWithSubscriber this
         0: .line 108
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 109
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherObserver:Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver;
            invokestatic io.reactivex.internal.disposables.DisposableHelper.dispose:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         2: .line 110
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;

  void otherError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
        start local 1 // java.lang.Throwable ex
         0: .line 113
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainSubscription:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 114
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* ex */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onError:(Lorg/reactivestreams/Subscriber;Ljava/lang/Throwable;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         2: .line 115
            return
        end local 1 // java.lang.Throwable ex
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
            0    3     1    ex  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      ex    

  void otherComplete();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
         0: .line 118
            aload 0 /* this */
            iconst_1
            putfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.otherDone:Z
         1: .line 119
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.mainDone:Z
            ifeq 3
         2: .line 120
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber.error:Lio/reactivex/internal/util/AtomicThrowable;
            invokestatic io.reactivex.internal.util.HalfSerializer.onComplete:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/internal/util/AtomicThrowable;)V
         3: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/flowable/FlowableMergeWithCompletable$MergeWithSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<TT;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableMergeWithCompletable.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable
InnerClasses:
  final MergeWithSubscriber = io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber of io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable
  final OtherObserver = io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber$OtherObserver of io.reactivex.internal.operators.flowable.FlowableMergeWithCompletable$MergeWithSubscriber