final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedReplayCallable<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$BufferedReplayCallable
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
void <init>(io.reactivex.Flowable<T>, );
descriptor: (Lio/reactivex/Flowable;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedReplayCallable.parent:Lio/reactivex/Flowable;
2: aload 0
iload 2
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedReplayCallable.bufferSize:I
3: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$BufferedReplayCallable<TT;>;
0 4 1 parent Lio/reactivex/Flowable<TT;>;
0 4 2 bufferSize I
Signature: (Lio/reactivex/Flowable<TT;>;I)V
MethodParameters:
Name Flags
parent
bufferSize
public io.reactivex.flowables.ConnectableFlowable<T> call();
descriptor: ()Lio/reactivex/flowables/ConnectableFlowable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedReplayCallable.parent:Lio/reactivex/Flowable;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedReplayCallable.bufferSize:I
invokevirtual io.reactivex.Flowable.replay:(I)Lio/reactivex/flowables/ConnectableFlowable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$BufferedReplayCallable<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$BufferedReplayCallable.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 BufferedReplayCallable = io.reactivex.internal.operators.flowable.FlowableInternalHelper$BufferedReplayCallable of io.reactivex.internal.operators.flowable.FlowableInternalHelper