class reactor.core.publisher.Flux$1 implements java.util.function.Function<java.util.List<? extends org.reactivestreams.Publisher<?>>, org.reactivestreams.Publisher<V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: reactor.core.publisher.Flux$1
super_class: java.lang.Object
{
private final java.util.function.Function val$combinator;
descriptor: Ljava/util/function/Function;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(java.util.function.Function);
descriptor: (Ljava/util/function/Function;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield reactor.core.publisher.Flux$1.val$combinator:Ljava/util/function/Function;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/Flux$1;
MethodParameters:
Name Flags
val$combinator final
public org.reactivestreams.Publisher<V> apply(java.util.List<? extends org.reactivestreams.Publisher<?>>);
descriptor: (Ljava/util/List;)Lorg/reactivestreams/Publisher;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.Flux$1.val$combinator:Ljava/util/function/Function;
1: invokestatic reactor.util.function.Tuples.fnAny:(Ljava/util/function/Function;)Ljava/util/function/Function;
2: aload 1
aload 1
3: invokeinterface java.util.List.size:()I
anewarray org.reactivestreams.Publisher
4: invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.reactivestreams.Publisher[]
5: invokestatic reactor.core.publisher.Flux.zip:(Ljava/util/function/Function;[Lorg/reactivestreams/Publisher;)Lreactor/core/publisher/Flux;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/Flux$1;
0 6 1 publishers Ljava/util/List<+Lorg/reactivestreams/Publisher<*>;>;
Signature: (Ljava/util/List<+Lorg/reactivestreams/Publisher<*>;>;)Lorg/reactivestreams/Publisher<TV;>;
MethodParameters:
Name Flags
publishers
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.util.List
invokevirtual reactor.core.publisher.Flux$1.apply:(Ljava/util/List;)Lorg/reactivestreams/Publisher;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Function<Ljava/util/List<+Lorg/reactivestreams/Publisher<*>;>;Lorg/reactivestreams/Publisher<TV;>;>;
SourceFile: "Flux.java"
EnclosingMethod: reactor.core.publisher.Flux.zip:(Lorg/reactivestreams/Publisher;Ljava/util/function/Function;)Lreactor/core/publisher/Flux;
NestHost: reactor.core.publisher.Flux
InnerClasses:
reactor.core.publisher.Flux$1