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

  final org.reactivestreams.Publisher<T> source;
    descriptor: Lorg/reactivestreams/Publisher;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/reactivestreams/Publisher<TT;>;

  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;>;

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

  io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber<T, U> subscriber;
    descriptor: Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber;
    flags: (0x0000) 
    Signature: Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;

  void <init>(org.reactivestreams.Publisher<T>);
    descriptor: (Lorg/reactivestreams/Publisher;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
        start local 1 // org.reactivestreams.Publisher source
         0: .line 81
            aload 0 /* this */
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
         1: .line 82
            aload 0 /* this */
            aload 1 /* source */
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.source:Lorg/reactivestreams/Publisher;
         2: .line 83
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicReference
            dup
            invokespecial java.util.concurrent.atomic.AtomicReference.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
         3: .line 84
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicLong
            dup
            invokespecial java.util.concurrent.atomic.AtomicLong.<init>:()V
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.requested:Ljava/util/concurrent/atomic/AtomicLong;
         4: .line 85
            return
        end local 1 // org.reactivestreams.Publisher source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;
            0    5     1  source  Lorg/reactivestreams/Publisher<TT;>;
    Signature: (Lorg/reactivestreams/Publisher<TT;>;)V
    MethodParameters:
        Name  Flags
      source  

  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.FlowableRepeatWhen$WhenReceiver this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 89
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.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 90
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;
            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=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
        start local 1 // java.lang.Object t
         0: .line 94
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.getAndIncrement:()I
            ifne 5
         1: .line 96
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.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 3
         2: .line 97
            return
         3: .line 100
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.source:Lorg/reactivestreams/Publisher;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.subscriber:Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber;
            invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
         4: .line 102
            aload 0 /* this */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.decrementAndGet:()I
            ifne 1
         5: .line 107
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;
            0    6     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.flowable.FlowableRepeatWhen$WhenReceiver this
        start local 1 // java.lang.Throwable t
         0: .line 111
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.subscriber:Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.cancel:()V
         1: .line 112
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.subscriber:Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber;
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
         2: .line 113
            return
        end local 1 // java.lang.Throwable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;
            0    3     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
         0: .line 117
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.subscriber:Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.cancel:()V
         1: .line 118
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.subscriber:Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber;
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            invokeinterface org.reactivestreams.Subscriber.onComplete:()V
         2: .line 119
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;

  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.FlowableRepeatWhen$WhenReceiver this
        start local 1 // long n
         0: .line 123
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.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 124
            return
        end local 1 // long n
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;
            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.FlowableRepeatWhen$WhenReceiver this
         0: .line 128
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver.upstream:Ljava/util/concurrent/atomic/AtomicReference;
            invokestatic io.reactivex.internal.subscriptions.SubscriptionHelper.cancel:(Ljava/util/concurrent/atomic/AtomicReference;)Z
            pop
         1: .line 129
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenReceiver<TT;TU;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/util/concurrent/atomic/AtomicInteger;Lio/reactivex/FlowableSubscriber<Ljava/lang/Object;>;Lorg/reactivestreams/Subscription;
SourceFile: "FlowableRepeatWhen.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRepeatWhen
InnerClasses:
  final WhenReceiver = io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenReceiver of io.reactivex.internal.operators.flowable.FlowableRepeatWhen
  abstract WhenSourceSubscriber = io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber of io.reactivex.internal.operators.flowable.FlowableRepeatWhen