final class io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc implements io.reactivex.functions.Function<T, R>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc
super_class: java.lang.Object
{
final io.reactivex.internal.operators.flowable.FlowableCombineLatest this$0;
descriptor: Lio/reactivex/internal/operators/flowable/FlowableCombineLatest;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.reactivex.internal.operators.flowable.FlowableCombineLatest);
descriptor: (Lio/reactivex/internal/operators/flowable/FlowableCombineLatest;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc this
0: .line 551
aload 0 /* this */
aload 1
putfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc.this$0:Lio/reactivex/internal/operators/flowable/FlowableCombineLatest;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$SingletonArrayFunc;
MethodParameters:
Name Flags
this$0 final
public R apply();
descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=2, args_size=2
start local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc this
start local 1 // java.lang.Object t
0: .line 554
aload 0 /* this */
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc.this$0:Lio/reactivex/internal/operators/flowable/FlowableCombineLatest;
getfield io.reactivex.internal.operators.flowable.FlowableCombineLatest.combiner:Lio/reactivex/functions/Function;
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 1 /* t */
aastore
invokeinterface io.reactivex.functions.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
areturn
end local 1 // java.lang.Object t
end local 0 // io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/reactivex/internal/operators/flowable/FlowableCombineLatest$SingletonArrayFunc;
0 1 1 t TT;
Exceptions:
throws java.lang.Exception
Signature: (TT;)TR;
MethodParameters:
Name Flags
t
}
Signature: Ljava/lang/Object;Lio/reactivex/functions/Function<TT;TR;>;
SourceFile: "FlowableCombineLatest.java"
NestHost: io.reactivex.internal.operators.flowable.FlowableCombineLatest
InnerClasses:
final SingletonArrayFunc = io.reactivex.internal.operators.flowable.FlowableCombineLatest$SingletonArrayFunc of io.reactivex.internal.operators.flowable.FlowableCombineLatest