public final class io.reactivex.internal.operators.flowable.FlowableRange extends io.reactivex.Flowable<java.lang.Integer>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableRange
super_class: io.reactivex.Flowable
{
final int start;
descriptor: I
flags: (0x0010) ACC_FINAL
final int end;
descriptor: I
flags: (0x0010) ACC_FINAL
public void <init>(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 // io.reactivex.internal.operators.flowable.FlowableRange this
start local 1 // int start
start local 2 // int count
0: .line 30
aload 0 /* this */
invokespecial io.reactivex.Flowable.<init>:()V
1: .line 31
aload 0 /* this */
iload 1 /* start */
putfield io.reactivex.internal.operators.flowable.FlowableRange.start:I
2: .line 32
aload 0 /* this */
iload 1 /* start */
iload 2 /* count */
iadd
putfield io.reactivex.internal.operators.flowable.FlowableRange.end:I
3: .line 33
return
end local 2 // int count
end local 1 // int start
end local 0 // io.reactivex.internal.operators.flowable.FlowableRange this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableRange;
0 4 1 start I
0 4 2 count I
MethodParameters:
Name Flags
start
count
public void subscribeActual(org.reactivestreams.Subscriber<? super java.lang.Integer>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=2, args_size=2
start local 0 // io.reactivex.internal.operators.flowable.FlowableRange this
start local 1 // org.reactivestreams.Subscriber s
0: .line 37
aload 1 /* s */
instanceof io.reactivex.internal.fuseable.ConditionalSubscriber
ifeq 5
1: .line 38
aload 1 /* s */
new io.reactivex.internal.operators.flowable.FlowableRange$RangeConditionalSubscription
dup
2: .line 39
aload 1 /* s */
checkcast io.reactivex.internal.fuseable.ConditionalSubscriber
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableRange.start:I
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableRange.end:I
invokespecial io.reactivex.internal.operators.flowable.FlowableRange$RangeConditionalSubscription.<init>:(Lio/reactivex/internal/fuseable/ConditionalSubscriber;II)V
3: .line 38
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
4: .line 40
goto 6
5: .line 41
StackMap locals:
StackMap stack:
aload 1 /* s */
new io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription
dup
aload 1 /* s */
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableRange.start:I
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableRange.end:I
invokespecial io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription.<init>:(Lorg/reactivestreams/Subscriber;II)V
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
6: .line 43
StackMap locals:
StackMap stack:
return
end local 1 // org.reactivestreams.Subscriber s
end local 0 // io.reactivex.internal.operators.flowable.FlowableRange this
LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableRange;
0 7 1 s Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;
Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Integer;>;)V
MethodParameters:
Name Flags
s
}
Signature: Lio/reactivex/Flowable<Ljava/lang/Integer;>;
SourceFile: "FlowableRange.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription io.reactivex.internal.operators.flowable.FlowableRange$RangeConditionalSubscription io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription
InnerClasses:
abstract BaseRangeSubscription = io.reactivex.internal.operators.flowable.FlowableRange$BaseRangeSubscription of io.reactivex.internal.operators.flowable.FlowableRange
final RangeConditionalSubscription = io.reactivex.internal.operators.flowable.FlowableRange$RangeConditionalSubscription of io.reactivex.internal.operators.flowable.FlowableRange
final RangeSubscription = io.reactivex.internal.operators.flowable.FlowableRange$RangeSubscription of io.reactivex.internal.operators.flowable.FlowableRange