public final class io.reactivex.internal.operators.flowable.FlowableWindowTimed<T> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, io.reactivex.Flowable<T>>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableWindowTimed
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final long timespan;
descriptor: J
flags: (0x0010) ACC_FINAL
final long timeskip;
descriptor: J
flags: (0x0010) ACC_FINAL
final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0010) ACC_FINAL
final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0010) ACC_FINAL
final long maxSize;
descriptor: J
flags: (0x0010) ACC_FINAL
final int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean restartTimerOnMaxSize;
descriptor: Z
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.Flowable<T>, long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, long, int, );
descriptor: (Lio/reactivex/Flowable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;JIZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=12, args_size=9
start local 0 start local 1 start local 2 start local 4 start local 6 start local 7 start local 8 start local 10 start local 11 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.FlowableWindowTimed.timespan:J
2: aload 0
lload 4
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timeskip:J
3: aload 0
aload 6
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
4: aload 0
aload 7
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
5: aload 0
lload 8
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.maxSize:J
6: aload 0
iload 10
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
7: aload 0
iload 11
putfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.restartTimerOnMaxSize:Z
8: return
end local 11 end local 10 end local 8 end local 7 end local 6 end local 4 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed<TT;>;
0 9 1 source Lio/reactivex/Flowable<TT;>;
0 9 2 timespan J
0 9 4 timeskip J
0 9 6 unit Ljava/util/concurrent/TimeUnit;
0 9 7 scheduler Lio/reactivex/Scheduler;
0 9 8 maxSize J
0 9 10 bufferSize I
0 9 11 restartTimerOnMaxSize Z
Signature: (Lio/reactivex/Flowable<TT;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;JIZ)V
MethodParameters:
Name Flags
source
timespan
timeskip
unit
scheduler
maxSize
bufferSize
restartTimerOnMaxSize
protected void subscribeActual(org.reactivestreams.Subscriber<? super io.reactivex.Flowable<T>>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=12, locals=3, args_size=2
start local 0 start local 1 0: new io.reactivex.subscribers.SerializedSubscriber
dup
aload 1
invokespecial io.reactivex.subscribers.SerializedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;)V
astore 2
start local 2 1: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timeskip:J
lcmp
ifne 14
2: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.maxSize:J
ldc 9223372036854775807
lcmp
ifne 8
3: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber
dup
4: aload 2
5: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;I)V
6: invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
7: return
8: StackMap locals: io.reactivex.subscribers.SerializedSubscriber
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber
dup
9: aload 2
10: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
11: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.maxSize:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.restartTimerOnMaxSize:Z
invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IJZ)V
12: invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
13: return
14: StackMap locals:
StackMap stack:
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber
dup
aload 2
15: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timespan:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.timeskip:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.unit:Ljava/util/concurrent/TimeUnit;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.scheduler:Lio/reactivex/Scheduler;
invokevirtual io.reactivex.Scheduler.createWorker:()Lio/reactivex/Scheduler$Worker;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableWindowTimed.bufferSize:I
invokespecial io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler$Worker;I)V
16: invokevirtual io.reactivex.Flowable.subscribe:(Lio/reactivex/FlowableSubscriber;)V
17: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lio/reactivex/internal/operators/flowable/FlowableWindowTimed<TT;>;
0 18 1 s Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;
1 18 2 actual Lio/reactivex/subscribers/SerializedSubscriber<Lio/reactivex/Flowable<TT;>;>;
Signature: (Lorg/reactivestreams/Subscriber<-Lio/reactivex/Flowable<TT;>;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;Lio/reactivex/Flowable<TT;>;>;
SourceFile: "FlowableWindowTimed.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber$ConsumerIndexHolder io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$Completion io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber$SubjectWork
InnerClasses:
public abstract Worker = io.reactivex.Scheduler$Worker of io.reactivex.Scheduler
final WindowExactBoundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactBoundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed
final WindowExactUnboundedSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowExactUnboundedSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed
final WindowSkipSubscriber = io.reactivex.internal.operators.flowable.FlowableWindowTimed$WindowSkipSubscriber of io.reactivex.internal.operators.flowable.FlowableWindowTimed