final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay<T> implements java.util.concurrent.Callable<io.reactivex.flowables.ConnectableFlowable<T>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay
super_class: java.lang.Object
{
private final io.reactivex.Flowable<T> parent;
descriptor: Lio/reactivex/Flowable;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/Flowable<TT;>;
private final int bufferSize;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final long time;
descriptor: J
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final java.util.concurrent.TimeUnit unit;
descriptor: Ljava/util/concurrent/TimeUnit;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.reactivex.Flowable<T>, int, long, java.util.concurrent.TimeUnit, io.reactivex.Scheduler);
descriptor: (Lio/reactivex/Flowable;IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
flags: (0x0000)
Code:
stack=3, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 5 start local 6 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.parent:Lio/reactivex/Flowable;
2: aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.bufferSize:I
3: aload 0
lload 3
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.time:J
4: aload 0
aload 5
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.unit:Ljava/util/concurrent/TimeUnit;
5: aload 0
aload 6
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.scheduler:Lio/reactivex/Scheduler;
6: return
end local 6 end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$BufferedTimedReplay<TT;>;
0 7 1 parent Lio/reactivex/Flowable<TT;>;
0 7 2 bufferSize I
0 7 3 time J
0 7 5 unit Ljava/util/concurrent/TimeUnit;
0 7 6 scheduler Lio/reactivex/Scheduler;
Signature: (Lio/reactivex/Flowable<TT;>;IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)V
MethodParameters:
Name Flags
parent
bufferSize
time
unit
scheduler
public io.reactivex.flowables.ConnectableFlowable<T> call();
descriptor: ()Lio/reactivex/flowables/ConnectableFlowable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.parent:Lio/reactivex/Flowable;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.bufferSize:I
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.time:J
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.unit:Ljava/util/concurrent/TimeUnit;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.scheduler:Lio/reactivex/Scheduler;
invokevirtual io.reactivex.Flowable.replay:(IJLjava/util/concurrent/TimeUnit;Lio/reactivex/Scheduler;)Lio/reactivex/flowables/ConnectableFlowable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$BufferedTimedReplay<TT;>;
Signature: ()Lio/reactivex/flowables/ConnectableFlowable<TT;>;
public java.lang.Object call();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay.call:()Lio/reactivex/flowables/ConnectableFlowable;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/concurrent/Callable<Lio/reactivex/flowables/ConnectableFlowable<TT;>;>;
SourceFile: "FlowableInternalHelper.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableInternalHelper
InnerClasses:
final BufferedTimedReplay = io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedTimedReplay of io.reactivex.internal.operators.flowable.FlowableInternalHelper