final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction<T, R> implements io.reactivex.functions.Function<io.reactivex.Flowable<T>, org.reactivestreams.Publisher<R>>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction
super_class: java.lang.Object
{
private final io.reactivex.functions.Function<? super io.reactivex.Flowable<T>, ? extends org.reactivestreams.Publisher<R>> selector;
descriptor: Lio/reactivex/functions/Function;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/reactivex/functions/Function<-Lio/reactivex/Flowable<TT;>;+Lorg/reactivestreams/Publisher<TR;>;>;
private final io.reactivex.Scheduler scheduler;
descriptor: Lio/reactivex/Scheduler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(io.reactivex.functions.Function<? super io.reactivex.Flowable<T>, ? extends org.reactivestreams.Publisher<R>>, io.reactivex.Scheduler);
descriptor: (Lio/reactivex/functions/Function;Lio/reactivex/Scheduler;)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$ReplayFunction.selector:Lio/reactivex/functions/Function;
2: aload 0
aload 2
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.scheduler:Lio/reactivex/Scheduler;
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$ReplayFunction<TT;TR;>;
0 4 1 selector Lio/reactivex/functions/Function<-Lio/reactivex/Flowable<TT;>;+Lorg/reactivestreams/Publisher<TR;>;>;
0 4 2 scheduler Lio/reactivex/Scheduler;
Signature: (Lio/reactivex/functions/Function<-Lio/reactivex/Flowable<TT;>;+Lorg/reactivestreams/Publisher<TR;>;>;Lio/reactivex/Scheduler;)V
MethodParameters:
Name Flags
selector
scheduler
public org.reactivestreams.Publisher<R> apply(io.reactivex.Flowable<T>);
descriptor: (Lio/reactivex/Flowable;)Lorg/reactivestreams/Publisher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.selector:Lio/reactivex/functions/Function;
aload 1
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
ldc "The selector returned a null Publisher"
invokestatic io.reactivex.internal.functions.ObjectHelper.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
astore 2
start local 2 1: aload 2
invokestatic io.reactivex.Flowable.fromPublisher:(Lorg/reactivestreams/Publisher;)Lio/reactivex/Flowable;
aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.scheduler:Lio/reactivex/Scheduler;
invokevirtual io.reactivex.Flowable.observeOn:(Lio/reactivex/Scheduler;)Lio/reactivex/Flowable;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$ReplayFunction<TT;TR;>;
0 2 1 t Lio/reactivex/Flowable<TT;>;
1 2 2 p Lorg/reactivestreams/Publisher<TR;>;
Exceptions:
throws java.lang.Exception
Signature: (Lio/reactivex/Flowable<TT;>;)Lorg/reactivestreams/Publisher<TR;>;
MethodParameters:
Name Flags
t
public java.lang.Object apply(java.lang.Object);
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.reactivex.Flowable
invokevirtual io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.apply:(Lio/reactivex/Flowable;)Lorg/reactivestreams/Publisher;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;R:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Function<Lio/reactivex/Flowable<TT;>;Lorg/reactivestreams/Publisher<TR;>;>;
SourceFile: "FlowableInternalHelper.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableInternalHelper
InnerClasses:
final ReplayFunction = io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction of io.reactivex.internal.operators.flowable.FlowableInternalHelper