public abstract class io.reactivex.subscribers.DisposableSubscriber<T> implements io.reactivex.FlowableSubscriber<T>, io.reactivex.disposables.Disposable
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.subscribers.DisposableSubscriber
  super_class: java.lang.Object
{
  final java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> upstream;
    descriptor: Ljava/util/concurrent/atomic/AtomicReference;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 77
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.subscribers.DisposableSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
         2: .line 76
            return
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;

  public final void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 81
            aload 0 /* this */
            getfield io.reactivex.subscribers.DisposableSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 1 /* s */
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokestatic io.reactivex.internal.util.EndConsumerHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;Ljava/lang/Class;)Z
            ifeq 2
         1: .line 82
            aload 0 /* this */
            invokevirtual io.reactivex.subscribers.DisposableSubscriber.onStart:()V
         2: .line 84
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;
            0    3     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  protected void onStart();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
         0: .line 90
            aload 0 /* this */
            getfield io.reactivex.subscribers.DisposableSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 91
            return
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;

  protected final void request(long);
    descriptor: (J)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
        start local 1 // long n
         0: .line 102
            aload 0 /* this */
            getfield io.reactivex.subscribers.DisposableSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            checkcast org.reactivestreams.Subscription
            lload 1 /* n */
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         1: .line 103
            return
        end local 1 // long n
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;
            0    2     1     n  J
    MethodParameters:
      Name  Flags
      n     

  protected final void cancel();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
         0: .line 111
            aload 0 /* this */
            invokevirtual io.reactivex.subscribers.DisposableSubscriber.dispose:()V
         1: .line 112
            return
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;

  public final boolean isDisposed();
    descriptor: ()Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
         0: .line 116
            aload 0 /* this */
            getfield io.reactivex.subscribers.DisposableSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokevirtual java.util.concurrent.atomic.AtomicReference.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;

  public final void dispose();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.subscribers.DisposableSubscriber this
         0: .line 121
            aload 0 /* this */
            getfield io.reactivex.subscribers.DisposableSubscriber.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 122
            return
        end local 0 // io.reactivex.subscribers.DisposableSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/subscribers/DisposableSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/FlowableSubscriber<TT;>;Lio/reactivex/disposables/Disposable;
SourceFile: "DisposableSubscriber.java"