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 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction this
        start local 1 // io.reactivex.functions.Function selector
        start local 2 // io.reactivex.Scheduler scheduler
         0: .line 314
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 315
            aload 0 /* this */
            aload 1 /* selector */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.selector:Lio/reactivex/functions/Function;
         2: .line 316
            aload 0 /* this */
            aload 2 /* scheduler */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.scheduler:Lio/reactivex/Scheduler;
         3: .line 317
            return
        end local 2 // io.reactivex.Scheduler scheduler
        end local 1 // io.reactivex.functions.Function selector
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction this
      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 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction this
        start local 1 // io.reactivex.Flowable t
         0: .line 321
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction.selector:Lio/reactivex/functions/Function;
            aload 1 /* t */
            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 /* p */
        start local 2 // org.reactivestreams.Publisher p
         1: .line 322
            aload 2 /* p */
            invokestatic io.reactivex.Flowable.fromPublisher:(Lorg/reactivestreams/Publisher;)Lio/reactivex/Flowable;
            aload 0 /* this */
            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 // org.reactivestreams.Publisher p
        end local 1 // io.reactivex.Flowable t
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ReplayFunction this
      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: .line 1
            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