public final class io.reactivex.internal.operators.flowable.FlowableTimeInterval<T> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, io.reactivex.schedulers.Timed<T>>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableTimeInterval
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.Flowable<T>, java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
descriptor: (Lio/reactivex/Flowable;Ljava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream.<init>:(Lio/reactivex/Flowable;)V
1: aload 0
aload 3
putfield io.reactivex.internal.operators.flowable.FlowableTimeInterval.scheduler:Lio/reactivex/Scheduler;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableTimeInterval.unit:Ljava/util/concurrent/TimeUnit;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableTimeInterval<TT;>;
0 4 1 source Lio/reactivex/Flowable<TT;>;
0 4 2 unit Ljava/util/concurrent/TimeUnit;
0 4 3 scheduler Lio/reactivex/Scheduler;
Signature: (Lio/reactivex/Flowable<TT;>;Ljava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
MethodParameters:
Name Flags
source
unit
scheduler
protected void subscribeActual(org.reactivestreams.Subscriber<? super io.reactivex.schedulers.Timed<T>>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimeInterval.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableTimeInterval$TimeIntervalSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimeInterval.unit:Ljava/util/concurrent/TimeUnit;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTimeInterval.scheduler:Lio/reactivex/Scheduler;
invokespecial io.reactivex.internal.operators.flowable.FlowableTimeInterval$TimeIntervalSubscriber.<init>:(Lorg/reactivestreams/Subscriber;Ljava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableTimeInterval<TT;>;
0 2 1 s Lorg/reactivestreams/Subscriber<-Lio/reactivex/schedulers/Timed<TT;>;>;
Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/schedulers/Timed<TT;>;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;Lio/reactivex/schedulers/Timed<TT;>;>;
SourceFile: "FlowableTimeInterval.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableTimeInterval$TimeIntervalSubscriber
InnerClasses:
final TimeIntervalSubscriber = io.reactivex.internal.operators.flowable.FlowableTimeInterval$TimeIntervalSubscriber of io.reactivex.internal.operators.flowable.FlowableTimeInterval