public final class io.reactivex.internal.operators.flowable.FlowableInterval extends io.reactivex.Flowable<java.lang.Long>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableInterval
super_class: io.reactivex.Flowable
{
final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
final long initialDelay;
descriptor: J
flags: (0x0010) ACC_FINAL
final long period;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
public void <init>(long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
descriptor: (JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=7, args_size=5
start local 0 // io.reactivex.internal.operators.flowable.FlowableInterval this
start local 1 // long initialDelay
start local 3 // long period
start local 5 // java.util.concurrent.TimeUnit unit
start local 6 // io.reactivex.Scheduler scheduler
0: .line 36
aload 0 /* this */
invokespecial io.reactivex.Flowable.<init>:()V
1: .line 37
aload 0 /* this */
lload 1 /* initialDelay */
putfield io.reactivex.internal.operators.flowable.FlowableInterval.initialDelay:J
2: .line 38
aload 0 /* this */
lload 3 /* period */
putfield io.reactivex.internal.operators.flowable.FlowableInterval.period:J
3: .line 39
aload 0 /* this */
aload 5 /* unit */
putfield io.reactivex.internal.operators.flowable.FlowableInterval.unit:Ljava/util/concurrent/TimeUnit;
4: .line 40
aload 0 /* this */
aload 6 /* scheduler */
putfield io.reactivex.internal.operators.flowable.FlowableInterval.scheduler:Lio/reactivex/Scheduler;
5: .line 41
return
end local 6 // io.reactivex.Scheduler scheduler
end local 5 // java.util.concurrent.TimeUnit unit
end local 3 // long period
end local 1 // long initialDelay
end local 0 // io.reactivex.internal.operators.flowable.FlowableInterval this
LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lio/reactivex/internal/operators/flowable/FlowableInterval;
0 6 1 initialDelay J
0 6 3 period J
0 6 5 unit Ljava/util/concurrent/TimeUnit;
0 6 6 scheduler Lio/reactivex/Scheduler;
MethodParameters:
Name Flags
initialDelay
period
unit
scheduler
public void subscribeActual(org.reactivestreams.Subscriber<? super java.lang.Long>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=2
start local 0 // io.reactivex.internal.operators.flowable.FlowableInterval this
start local 1 // org.reactivestreams.Subscriber s
0: .line 45
new io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber
dup
aload 1 /* s */
invokespecial io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
astore 2 /* is */
start local 2 // io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber is
1: .line 46
aload 1 /* s */
aload 2 /* is */
invokeinterface org.reactivestreams.Subscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
2: .line 48
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.scheduler:Lio/reactivex/Scheduler;
astore 3 /* sch */
start local 3 // io.reactivex.Scheduler sch
3: .line 50
aload 3 /* sch */
instanceof io.reactivex.internal.schedulers.TrampolineScheduler
ifeq 8
4: .line 51
aload 3 /* sch */
invokevirtual io.reactivex.Scheduler.createWorker:()Lio/reactivex/Scheduler$Worker;
astore 4 /* worker */
start local 4 // io.reactivex.Scheduler$Worker worker
5: .line 52
aload 2 /* is */
aload 4 /* worker */
invokevirtual io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber.setResource:(Lio/reactivex/disposables/Disposable;)V
6: .line 53
aload 4 /* worker */
aload 2 /* is */
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.initialDelay:J
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.period:J
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler$Worker.schedulePeriodically:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
pop
end local 4 // io.reactivex.Scheduler$Worker worker
7: .line 54
goto 10
8: .line 55
StackMap locals: io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber io.reactivex.Scheduler
StackMap stack:
aload 3 /* sch */
aload 2 /* is */
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.initialDelay:J
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.period:J
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableInterval.unit:Ljava/util/concurrent/TimeUnit;
invokevirtual io.reactivex.Scheduler.schedulePeriodicallyDirect:(Ljava/lang/Runnable;JJLjava/util/concurrent/TimeUnit;)Lio/reactivex/disposables/Disposable;
astore 4 /* d */
start local 4 // io.reactivex.disposables.Disposable d
9: .line 56
aload 2 /* is */
aload 4 /* d */
invokevirtual io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber.setResource:(Lio/reactivex/disposables/Disposable;)V
end local 4 // io.reactivex.disposables.Disposable d
10: .line 58
StackMap locals:
StackMap stack:
return
end local 3 // io.reactivex.Scheduler sch
end local 2 // io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber is
end local 1 // org.reactivestreams.Subscriber s
end local 0 // io.reactivex.internal.operators.flowable.FlowableInterval this
LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/reactivex/internal/operators/flowable/FlowableInterval;
0 11 1 s Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;
1 11 2 is Lio/reactivex/internal/operators/flowable/FlowableInterval$IntervalSubscriber;
3 11 3 sch Lio/reactivex/Scheduler;
5 7 4 worker Lio/reactivex/Scheduler$Worker;
9 10 4 d Lio/reactivex/disposables/Disposable;
Signature: (Lorg/reactivestreams/Subscriber<-Ljava/lang/Long;>;)V
MethodParameters:
Name Flags
s
}
Signature: Lio/reactivex/Flowable<Ljava/lang/Long;>;
SourceFile: "FlowableInterval.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber
InnerClasses:
public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
final IntervalSubscriber = io.reactivex.internal.operators.flowable.FlowableInterval$IntervalSubscriber of io.reactivex.internal.operators.flowable.FlowableInterval