final class io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver<T, U> extends java.util.concurrent.atomic.AtomicReference<java.lang.Object> implements io.reactivex.SingleObserver<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5331524057054083935

  final io.reactivex.SingleObserver<? super T> downstream;
    descriptor: Lio/reactivex/SingleObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/SingleObserver<-TT;>;

  final io.reactivex.functions.Consumer<? super U> disposer;
    descriptor: Lio/reactivex/functions/Consumer;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Consumer<-TU;>;

  final boolean eager;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  io.reactivex.disposables.Disposable upstream;
    descriptor: Lio/reactivex/disposables/Disposable;
    flags: (0x0000) 

  void <init>(io.reactivex.SingleObserver<? super T>, U, boolean, io.reactivex.functions.Consumer<? super U>);
    descriptor: (Lio/reactivex/SingleObserver;Ljava/lang/Object;ZLio/reactivex/functions/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
        start local 1 // io.reactivex.SingleObserver actual
        start local 2 // java.lang.Object resource
        start local 3 // boolean eager
        start local 4 // io.reactivex.functions.Consumer disposer
         0: .line 102
            aload 0 /* this */
            aload 2 /* resource */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:(Ljava/lang/Object;)V
         1: .line 103
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.downstream:Lio/reactivex/SingleObserver;
         2: .line 104
            aload 0 /* this */
            iload 3 /* eager */
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.eager:Z
         3: .line 105
            aload 0 /* this */
            aload 4 /* disposer */
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposer:Lio/reactivex/functions/Consumer;
         4: .line 106
            return
        end local 4 // io.reactivex.functions.Consumer disposer
        end local 3 // boolean eager
        end local 2 // java.lang.Object resource
        end local 1 // io.reactivex.SingleObserver actual
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;
            0    5     1    actual  Lio/reactivex/SingleObserver<-TT;>;
            0    5     2  resource  TU;
            0    5     3     eager  Z
            0    5     4  disposer  Lio/reactivex/functions/Consumer<-TU;>;
    Signature: (Lio/reactivex/SingleObserver<-TT;>;TU;ZLio/reactivex/functions/Consumer<-TU;>;)V
    MethodParameters:
          Name  Flags
      actual    
      resource  
      eager     
      disposer  

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
         0: .line 110
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.dispose:()V
         1: .line 111
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 112
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposeAfter:()V
         3: .line 113
            return
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;

  public boolean isDisposed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
         0: .line 117
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
            invokeinterface io.reactivex.disposables.Disposable.isDisposed:()Z
            ireturn
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;

  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.single.SingleUsing$UsingSingleObserver this
        start local 1 // io.reactivex.disposables.Disposable d
         0: .line 122
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
            aload 1 /* d */
            invokestatic io.reactivex.internal.disposables.DisposableHelper.validate:(Lio/reactivex/disposables/Disposable;Lio/reactivex/disposables/Disposable;)Z
            ifeq 3
         1: .line 123
            aload 0 /* this */
            aload 1 /* d */
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
         2: .line 125
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.downstream:Lio/reactivex/SingleObserver;
            aload 0 /* this */
            invokeinterface io.reactivex.SingleObserver.onSubscribe:(Lio/reactivex/disposables/Disposable;)V
         3: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.reactivex.disposables.Disposable d
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;
            0    4     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=4, args_size=2
        start local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
        start local 1 // java.lang.Object value
         0: .line 132
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
         1: .line 134
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.eager:Z
            ifeq 11
         2: .line 135
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* u */
        start local 2 // java.lang.Object u
         3: .line 136
            aload 2 /* u */
            aload 0 /* this */
            if_acmpeq 10
         4: .line 138
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposer:Lio/reactivex/functions/Consumer;
            aload 2 /* u */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         5: .line 139
            goto 11
      StackMap locals: io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         6: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         7: .line 140
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 141
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.downstream:Lio/reactivex/SingleObserver;
            aload 3 /* ex */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
         9: .line 142
            return
        end local 3 // java.lang.Throwable ex
        10: .line 145
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object u
        11: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.downstream:Lio/reactivex/SingleObserver;
            aload 1 /* value */
            invokeinterface io.reactivex.SingleObserver.onSuccess:(Ljava/lang/Object;)V
        12: .line 151
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.eager:Z
            ifne 14
        13: .line 152
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposeAfter:()V
        14: .line 154
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object value
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;
            0   15     1  value  TT;
            3   11     2      u  Ljava/lang/Object;
            7   10     3     ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
    Signature: (TT;)V
    MethodParameters:
       Name  Flags
      value  

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
        start local 1 // java.lang.Throwable e
         0: .line 159
            aload 0 /* this */
            getstatic io.reactivex.internal.disposables.DisposableHelper.DISPOSED:Lio/reactivex/internal/disposables/DisposableHelper;
            putfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.upstream:Lio/reactivex/disposables/Disposable;
         1: .line 161
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.eager:Z
            ifeq 11
         2: .line 162
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* u */
        start local 2 // java.lang.Object u
         3: .line 163
            aload 2 /* u */
            aload 0 /* this */
            if_acmpeq 10
         4: .line 165
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposer:Lio/reactivex/functions/Consumer;
            aload 2 /* u */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         5: .line 166
            goto 11
      StackMap locals: io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver java.lang.Throwable java.lang.Object
      StackMap stack: java.lang.Throwable
         6: astore 3 /* ex */
        start local 3 // java.lang.Throwable ex
         7: .line 167
            aload 3 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         8: .line 168
            new io.reactivex.exceptions.CompositeException
            dup
            iconst_2
            anewarray java.lang.Throwable
            dup
            iconst_0
            aload 1 /* e */
            aastore
            dup
            iconst_1
            aload 3 /* ex */
            aastore
            invokespecial io.reactivex.exceptions.CompositeException.<init>:([Ljava/lang/Throwable;)V
            astore 1 /* e */
        end local 3 // java.lang.Throwable ex
         9: .line 170
            goto 11
        10: .line 171
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object u
        11: .line 175
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.downstream:Lio/reactivex/SingleObserver;
            aload 1 /* e */
            invokeinterface io.reactivex.SingleObserver.onError:(Ljava/lang/Throwable;)V
        12: .line 177
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.eager:Z
            ifne 14
        13: .line 178
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposeAfter:()V
        14: .line 180
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable e
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   15     0  this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;
            0   15     1     e  Ljava/lang/Throwable;
            3   11     2     u  Ljava/lang/Object;
            7    9     3    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           4     5       6  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      e     

  void disposeAfter();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
         0: .line 184
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.getAndSet:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 1 /* u */
        start local 1 // java.lang.Object u
         1: .line 185
            aload 1 /* u */
            aload 0 /* this */
            if_acmpeq 7
         2: .line 187
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver.disposer:Lio/reactivex/functions/Consumer;
            aload 1 /* u */
            invokeinterface io.reactivex.functions.Consumer.accept:(Ljava/lang/Object;)V
         3: .line 188
            goto 7
      StackMap locals: io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver java.lang.Object
      StackMap stack: java.lang.Throwable
         4: astore 2 /* ex */
        start local 2 // java.lang.Throwable ex
         5: .line 189
            aload 2 /* ex */
            invokestatic io.reactivex.exceptions.Exceptions.throwIfFatal:(Ljava/lang/Throwable;)V
         6: .line 190
            aload 2 /* ex */
            invokestatic io.reactivex.plugins.RxJavaPlugins.onError:(Ljava/lang/Throwable;)V
        end local 2 // java.lang.Throwable ex
         7: .line 193
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object u
        end local 0 // io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/reactivex/internal/operators/single/SingleUsing$UsingSingleObserver<TT;TU;>;
            1    8     1     u  Ljava/lang/Object;
            5    7     2    ex  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicReference<Ljava/lang/Object;>;Lio/reactivex/SingleObserver<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "SingleUsing.java"
NestHost: io.reactivex.internal.operators.single.SingleUsing
InnerClasses:
  final UsingSingleObserver = io.reactivex.internal.operators.single.SingleUsing$UsingSingleObserver of io.reactivex.internal.operators.single.SingleUsing