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 start local 1 start local 2 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
1: aload 0
lload 2
putfield io.reactivex.internal.operators.flowable.FlowableRepeat.count:J
2: return
end local 2 end local 1 end local 0 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 start local 1 0: new io.reactivex.internal.subscriptions.SubscriptionArbiter
dup
iconst_0
invokespecial io.reactivex.internal.subscriptions.SubscriptionArbiter.<init>:(Z)V
astore 2
start local 2 1: aload 1
aload 2
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
2: new io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableRepeat.count:J
ldc 9223372036854775807
lcmp
ifeq 3
aload 0
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
aload 0
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
start local 3 5: aload 3
invokevirtual io.reactivex.internal.operators.flowable.FlowableRepeat$RepeatSubscriber.subscribeNext:()V
6: return
end local 3 end local 2 end local 1 end local 0 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