public final class io.reactivex.internal.operators.flowable.FlowableTakeLastTimed<T> extends io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream<T, T>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableTakeLastTimed
super_class: io.reactivex.internal.operators.flowable.AbstractFlowableWithUpstream
{
final long count;
descriptor: J
flags: (0x0010) ACC_FINAL
final long time;
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 int bufferSize;
descriptor: I
flags: (0x0010) ACC_FINAL
final boolean delayError;
descriptor: Z
flags: (0x0010) ACC_FINAL
public void <init>(io.reactivex.Flowable<T>, long, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler, int, );
descriptor: (Lio/reactivex/Flowable;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=10, args_size=8
start local 0 start local 1 start local 2 start local 4 start local 6 start local 7 start local 8 start local 9 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.FlowableTakeLastTimed.count:J
2: aload 0
lload 4
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.time:J
3: aload 0
aload 6
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.unit:Ljava/util/concurrent/TimeUnit;
4: aload 0
aload 7
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.scheduler:Lio/reactivex/Scheduler;
5: aload 0
iload 8
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.bufferSize:I
6: aload 0
iload 9
putfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.delayError:Z
7: return
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 8 0 this Lio/reactivex/internal/operators/flowable/FlowableTakeLastTimed<TT;>;
0 8 1 source Lio/reactivex/Flowable<TT;>;
0 8 2 count J
0 8 4 time J
0 8 6 unit Ljava/util/concurrent/TimeUnit;
0 8 7 scheduler Lio/reactivex/Scheduler;
0 8 8 bufferSize I
0 8 9 delayError Z
Signature: (Lio/reactivex/Flowable<TT;>;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)V
MethodParameters:
Name Flags
source
count
time
unit
scheduler
bufferSize
delayError
protected void subscribeActual(org.reactivestreams.Subscriber<? super T>);
descriptor: (Lorg/reactivestreams/Subscriber;)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=12, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.source:Lio/reactivex/Flowable;
new io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber
dup
aload 1
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.count:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.time:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.unit:Ljava/util/concurrent/TimeUnit;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.scheduler:Lio/reactivex/Scheduler;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.bufferSize:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableTakeLastTimed.delayError:Z
invokespecial io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber.<init>:(Lorg/reactivestreams/Subscriber;JJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;IZ)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/FlowableTakeLastTimed<TT;>;
0 2 1 s Lorg/reactivestreams/Subscriber<-TT;>;
Signature: (Lorg/reactivestreams/Subscriber<-TT;>;)V
MethodParameters:
Name Flags
s
}
Signature: <T:Ljava/lang/Object;>Lio/reactivex/internal/operators/flowable/AbstractFlowableWithUpstream<TT;TT;>;
SourceFile: "FlowableTakeLastTimed.java"
NestMembers:
io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber
InnerClasses:
final TakeLastTimedSubscriber = io.reactivex.internal.operators.flowable.FlowableTakeLastTimed$TakeLastTimedSubscriber of io.reactivex.internal.operators.flowable.FlowableTakeLastTimed