final class io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction<T, U> implements io.reactivex.functions.Function<T, org.reactivestreams.Publisher<T>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction
  super_class: java.lang.Object
{
  final io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<U>> itemDelay;
    descriptor: Lio/reactivex/functions/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TU;>;>;

  void <init>(io.reactivex.functions.Function<? super T, ? extends org.reactivestreams.Publisher<U>>);
    descriptor: (Lio/reactivex/functions/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction this
        start local 1 // io.reactivex.functions.Function itemDelay
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 75
            aload 0 /* this */
            aload 1 /* itemDelay */
            putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction.itemDelay:Lio/reactivex/functions/Function;
         2: .line 76
            return
        end local 1 // io.reactivex.functions.Function itemDelay
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$ItemDelayFunction<TT;TU;>;
            0    3     1  itemDelay  Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TU;>;>;
    Signature: (Lio/reactivex/functions/Function<-TT;+Lorg/reactivestreams/Publisher<TU;>;>;)V
    MethodParameters:
           Name  Flags
      itemDelay  

  public org.reactivestreams.Publisher<T> apply(T);
    descriptor: (Ljava/lang/Object;)Lorg/reactivestreams/Publisher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction this
        start local 1 // java.lang.Object v
         0: .line 80
            aload 0 /* this */
            getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction.itemDelay:Lio/reactivex/functions/Function;
            aload 1 /* v */
            invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast org.reactivestreams.Publisher
            ldc "The itemDelay 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 81
            new io.reactivex.internal.operators.flowable.FlowableTakePublisher
            dup
            aload 2 /* p */
            lconst_1
            invokespecial io.reactivex.internal.operators.flowable.FlowableTakePublisher.<init>:(Lorg/reactivestreams/Publisher;J)V
            aload 1 /* v */
            invokestatic io.reactivex.internal.functions.Functions.justFunction:(Ljava/lang/Object;)Lio/reactivex/functions/Function;
            invokevirtual io.reactivex.internal.operators.flowable.FlowableTakePublisher.map:(Lio/reactivex/functions/Function;)Lio/reactivex/Flowable;
            aload 1 /* v */
            invokevirtual io.reactivex.Flowable.defaultIfEmpty:(Ljava/lang/Object;)Lio/reactivex/Flowable;
            areturn
        end local 2 // org.reactivestreams.Publisher p
        end local 1 // java.lang.Object v
        end local 0 // io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/reactivex/internal/operators/flowable/FlowableInternalHelper$ItemDelayFunction<TT;TU;>;
            0    2     1     v  TT;
            1    2     2     p  Lorg/reactivestreams/Publisher<TU;>;
    Exceptions:
      throws java.lang.Exception
    Signature: (TT;)Lorg/reactivestreams/Publisher<TT;>;
    MethodParameters:
      Name  Flags
      v     final

  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 java.lang.Object
            invokevirtual io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction.apply:(Ljava/lang/Object;)Lorg/reactivestreams/Publisher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;Lio/reactivex/functions/Function<TT;Lorg/reactivestreams/Publisher<TT;>;>;
SourceFile: "FlowableInternalHelper.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableInternalHelper
InnerClasses:
  final ItemDelayFunction = io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction of io.reactivex.internal.operators.flowable.FlowableInternalHelper