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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction.itemDelay:Lio/reactivex/functions/Function;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
getfield io.reactivex.internal.operators.flowable.FlowableInternalHelper$ItemDelayFunction.itemDelay:Lio/reactivex/functions/Function;
aload 1
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
start local 2 1: new io.reactivex.internal.operators.flowable.FlowableTakePublisher
dup
aload 2
lconst_1
invokespecial io.reactivex.internal.operators.flowable.FlowableTakePublisher.<init>:(Lorg/reactivestreams/Publisher;J)V
aload 1
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
invokevirtual io.reactivex.Flowable.defaultIfEmpty:(Ljava/lang/Object;)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$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: 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