public final class io.reactivex.internal.operators.flowable.FlowableRepeat<T> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableRepeat
  super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
  final long count;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  public void <init>(io.reactivex.Flowable<T>, );
    descriptor: (Lio/reactivex/Flowable;J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeat this
        start local 1 // io.reactivex.Flowable source
        start local 2 // long count
         0: .line 26
            aload 0 /* this */
            aload 1 /* source */
            invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
         1: .line 27
            aload 0 /* this */
            lload 2 /* count */
            putfield io.reactivex.internal.operators.flowable.FlowableRepeat.count:J
         2: .line 28
            return
        end local 2 // long count
        end local 1 // io.reactivex.Flowable source
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeat this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/reactivex/internal/operators/flowable/FlowableRepeat<TT;>;
            0    3     1  source  Lio/reactivex/Flowable<TT;>;
            0    3     2   count  J
    Signature: (Lio/reactivex/Flowable<TT;>;J)V
    MethodParameters:
        Name  Flags
      source  
      count   

  public void subscribeActual(org.reactivestreams.Subscriber<? super T>);
    descriptor: (Lorg/reactivestreams/Subscriber;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableRepeat this
        start local 1 // org.reactivestreams.Subscriber s
         0: .line 32
            new io.reactivex.internal.subscriptions.SubscriptionArbiter
            dup
            iconst_0
            invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.<init>:(Z)V
            astore 2 /* sa */
        start local 2 // io.reactivex.internal.subscriptions.SubscriptionArbiter sa
         1: .line 33
            aload 1 /* s */
            aload 2 /* sa */
            invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         2: .line 35
            new io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber
            dup
            aload 1 /* s */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeat.count:J
            ldc 9223372036854775807
            lcmp
            ifeq 3
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeat.count:J
            lconst_1
            lsub
            goto 4
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableRepeat org.reactivestreams.Subscriber io.reactivex.internal.subscriptions.SubscriptionArbiter
      StackMap stack: new 2 new 2 org.reactivestreams.Subscriber
         3: ldc 9223372036854775807
      StackMap locals: io.reactivex.internal.operators.flowable.FlowableRepeat org.reactivestreams.Subscriber io.reactivex.internal.subscriptions.SubscriptionArbiter
      StackMap stack: new 2 new 2 org.reactivestreams.Subscriber long
         4: aload 2 /* sa */
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableRepeat.source:Lio/reactivex/Flowable;
            invokespecial io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JLio/reactivex/internal/subscriptions/SubscriptionArbiter;Lorg/reactivestreams/Publisher;)V
            astore 3 /* rs */
        start local 3 // io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber rs
         5: .line 36
            aload 3 /* rs */
            invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber.subscribeNext:()V
         6: .line 37
            return
        end local 3 // io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber rs
        end local 2 // io.reactivex.internal.subscriptions.SubscriptionArbiter sa
        end local 1 // org.reactivestreams.Subscriber s
        end local 0 // io.reactivex.internal.operators.flowable.FlowableRepeat this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/reactivex/internal/operators/flowable/FlowableRepeat<TT;>;
            0    7     1     s  Lorg/reactivestreams/Subscriber<-TT;>;
            1    7     2    sa  Lio/reactivex/internal/subscriptions/SubscriptionArbiter;
            5    7     3    rs  Lio/reactivex/internal/operators/flowable/FlowableRepeat$RepeatSubscriber<TT;>;
    Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
    MethodParameters:
      Name  Flags
      s     
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TT;>;
SourceFile: "FlowableRepeat.java"
NestMembers:
  io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber
InnerClasses:
  final RepeatSubscriber = io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber of io.reactivex.internal.operators.flowable.FlowableRepeat