abstract class io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber<T, U> extends io.reactivex.internal.subscriptions.SubscriptionArbiter implements io.reactivex.FlowableSubscriber<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber
  super_class: io.reactivex.internal.subscriptions.SubscriptionArbiter
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5604623027276966720

  protected final org.reactivestreams.Subscriber<? super T> downstream;
    descriptor: Lorg/reactivestreams/Subscriber;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lorg/reactivestreams/Subscriber<-TT;>;

  protected final io.reactivex.processors.FlowableProcessor<U> processor;
    descriptor: Lio/reactivex/processors/FlowableProcessor;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lio/reactivex/processors/FlowableProcessor<TU;>;

  protected final org.reactivestreams.Subscription receiver;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private long produced;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.reactivestreams.Subscriber<? super T>, io.reactivex.processors.FlowableProcessor<U>, org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscriber;Lio/reactivex/processors/FlowableProcessor;Lorg/reactivestreams/Subscription;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
        start local 1 // org.reactivestreams.Subscriber actual
        start local 2 // io.reactivex.processors.FlowableProcessor processor
        start local 3 // org.reactivestreams.Subscription receiver
         0: .line 146
            aload 0 /* this */
            iconst_0
            invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.<init>:(Z)V
         1: .line 147
            aload 0 /* this */
            aload 1 /* actual */
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
         2: .line 148
            aload 0 /* this */
            aload 2 /* processor */
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.processor:Lio/reactivex/processors/FlowableProcessor;
         3: .line 149
            aload 0 /* this */
            aload 3 /* receiver */
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.receiver:Lorg/reactivestreams/Subscription;
         4: .line 150
            return
        end local 3 // org.reactivestreams.Subscription receiver
        end local 2 // io.reactivex.processors.FlowableProcessor processor
        end local 1 // org.reactivestreams.Subscriber actual
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
            0    5     1     actual  Lorg/reactivestreams/Subscriber<-TT;>;
            0    5     2  processor  Lio/reactivex/processors/FlowableProcessor<TU;>;
            0    5     3   receiver  Lorg/reactivestreams/Subscription;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;Lio/reactivex/processors/FlowableProcessor<TU;>;Lorg/reactivestreams/Subscription;)V
    MethodParameters:
           Name  Flags
      actual     
      processor  
      receiver   

  public final void onSubscribe(org.reactivestreams.Subscription);
    descriptor: (Lorg/reactivestreams/Subscription;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 154
            aload 0 /* this */
            aload 1 /* s */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.setSubscription:(Lorg/reactivestreams/Subscription;)V
         1: .line 155
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
            0    2     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public final void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
        start local 1 // java.lang.Object t
         0: .line 159
            aload 0 /* this */
            dup
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
            lconst_1
            ladd
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
         1: .line 160
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.downstream:Lorg/reactivestreams/Subscriber;
            aload 1 /* t */
            invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
         2: .line 161
            return
        end local 1 // java.lang.Object t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
            0    3     1     t  TT;
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  protected final void again();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
        start local 1 // java.lang.Object signal
         0: .line 164
            aload 0 /* this */
            getstatic io.reactivex.internal.subscriptions.EmptySubscription.INSTANCE:Lio/reactivex/internal/subscriptions/EmptySubscription;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.setSubscription:(Lorg/reactivestreams/Subscription;)V
         1: .line 165
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
            lstore 2 /* p */
        start local 2 // long p
         2: .line 166
            lload 2 /* p */
            lconst_0
            lcmp
            ifeq 5
         3: .line 167
            aload 0 /* this */
            lconst_0
            putfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:J
         4: .line 168
            aload 0 /* this */
            lload 2 /* p */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.produced:(J)V
         5: .line 170
      StackMap locals: long
      StackMap stack:
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.receiver:Lorg/reactivestreams/Subscription;
            lconst_1
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         6: .line 171
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.processor:Lio/reactivex/processors/FlowableProcessor;
            aload 1 /* signal */
            invokevirtual io.reactivex.processors.FlowableProcessor.onNext:(Ljava/lang/Object;)V
         7: .line 172
            return
        end local 2 // long p
        end local 1 // java.lang.Object signal
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
            0    8     1  signal  TU;
            2    8     2       p  J
    Signature: (TU;)V
    MethodParameters:
        Name  Flags
      signal  

  public final void cancel();
    descriptor: ()V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
         0: .line 176
            aload 0 /* this */
            invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.cancel:()V
         1: .line 177
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber.receiver:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         2: .line 178
            return
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeatWhen$WhenSourceSubscriber<TT;TU;>;
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Lio/reactivex/internal/subscriptions/SubscriptionArbiter;Lio/reactivex/FlowableSubscriber<TT;>;
SourceFile: "FlowableRepeatWhen.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableRepeatWhen
InnerClasses:
  abstract WhenSourceSubscriber = io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber of io.reactivex.internal.operators.flowable.FlowableRepeatWhen