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