final class io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber extends java.util.concurrent.atomic.AtomicReference<org.reactivestreams.Subscription> implements io.reactivex.FlowableSubscriber<java.lang.Object>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber
  super_class: java.util.concurrent.atomic.AtomicReference
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5170026210238877381

  final io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver<?> parent;
    descriptor: Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver<*>;

  void <init>(io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver<?>);
    descriptor: (Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
        start local 1 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver parent
         0: .line 134
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
         1: .line 135
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber.parent:Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver;
         2: .line 136
            return
        end local 1 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver parent
        end local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilOtherSubscriber;
            0    3     1  parent  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver<*>;
    Signature: (Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver<*>;)V
    MethodParameters:
        Name  Flags
      parent  

  public void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 140
            aload 0 /* this */
            aload 1 /* s */
            ldc 9223372036854775807
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.setOnce:(Ljava/util/concurrent/atomic/AtomicReference;Lorg/reactivestreams/Subscription;J)Z
            pop
         1: .line 141
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilOtherSubscriber;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
        start local 1 // java.lang.Object t
         0: .line 145
            aload 0 /* this */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            ifeq 2
         1: .line 146
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber.parent:Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver;
            new java.util.concurrent.CancellationException
            dup
            invokespecial java.util.concurrent.CancellationException.<init>:()V
            invokevirtual io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver.otherError:(Ljava/lang/Throwable;)V
         2: .line 148
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilOtherSubscriber;
            0    3     1     t  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      t     

  public void onError(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 152
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber.parent:Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver;
            aload 1 /* t */
            invokevirtual io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver.otherError:(Ljava/lang/Throwable;)V
         1: .line 153
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilOtherSubscriber;
            0    2     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
         0: .line 157
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber.get:()Ljava/lang/Object;
            getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
            if_acmpeq 3
         1: .line 158
            aload 0 /* this */
            getstatic io.reactivex.internal.subscriptions.SubscriptionHelper.CANCELLED:Lio/reactivex/internal/subscriptions/SubscriptionHelper;
            invokevirtual io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber.lazySet:(Ljava/lang/Object;)V
         2: .line 159
            aload 0 /* this */
            getfield io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber.parent:Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilMainObserver;
            new java.util.concurrent.CancellationException
            dup
            invokespecial java.util.concurrent.CancellationException.<init>:()V
            invokevirtual io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver.otherError:(Ljava/lang/Throwable;)V
         3: .line 161
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilOtherSubscriber;

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
         0: .line 164
            aload 0 /* this */
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 165
            return
        end local 0 // io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/single/SingleTakeUntil$TakeUntilOtherSubscriber;
}
Signature: Ljava/util/concurrent/atomic/AtomicReference<Lorg/reactivestreams/Subscription;>;Lio/reactivex/FlowableSubscriber<Ljava/lang/Object;>;
SourceFile: "SingleTakeUntil.java"
NestHost: io.reactivex.internal.operators.single.SingleTakeUntil
InnerClasses:
  final TakeUntilMainObserver = io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilMainObserver of io.reactivex.internal.operators.single.SingleTakeUntil
  final TakeUntilOtherSubscriber = io.reactivex.internal.operators.single.SingleTakeUntil$TakeUntilOtherSubscriber of io.reactivex.internal.operators.single.SingleTakeUntil