final class reactor.core.publisher.FluxWithLatestFrom<T, U, R> extends reactor.core.publisher.InternalFluxOperator<T, R>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.FluxWithLatestFrom
super_class: reactor.core.publisher.InternalFluxOperator
{
final org.reactivestreams.Publisher<? extends U> other;
descriptor: Lorg/reactivestreams/Publisher;
flags: (0x0010) ACC_FINAL
Signature: Lorg/reactivestreams/Publisher<+TU;>;
final java.util.function.BiFunction<? super T, ? super U, ? extends R> combiner;
descriptor: Ljava/util/function/BiFunction;
flags: (0x0010) ACC_FINAL
Signature: Ljava/util/function/BiFunction<-TT;-TU;+TR;>;
void <init>(reactor.core.publisher.Flux<? extends T>, org.reactivestreams.Publisher<? extends U>, java.util.function.BiFunction<? super T, ? super U, ? extends R>);
descriptor: (Lreactor/core/publisher/Flux;Lorg/reactivestreams/Publisher;Ljava/util/function/BiFunction;)V
flags: (0x0000)
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial reactor.core.publisher.InternalFluxOperator.<init>:(Lreactor/core/publisher/Flux;)V
1: aload 0
aload 2
ldc "other"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast org.reactivestreams.Publisher
putfield reactor.core.publisher.FluxWithLatestFrom.other:Lorg/reactivestreams/Publisher;
2: aload 0
aload 3
ldc "combiner"
invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast java.util.function.BiFunction
putfield reactor.core.publisher.FluxWithLatestFrom.combiner:Ljava/util/function/BiFunction;
3: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxWithLatestFrom<TT;TU;TR;>;
0 4 1 source Lreactor/core/publisher/Flux<+TT;>;
0 4 2 other Lorg/reactivestreams/Publisher<+TU;>;
0 4 3 combiner Ljava/util/function/BiFunction<-TT;-TU;+TR;>;
Signature: (Lreactor/core/publisher/Flux<+TT;>;Lorg/reactivestreams/Publisher<+TU;>;Ljava/util/function/BiFunction<-TT;-TU;+TR;>;)V
MethodParameters:
Name Flags
source
other
combiner
public reactor.core.CoreSubscriber<? super T> subscribeOrReturn(reactor.core.CoreSubscriber<? super R>);
descriptor: (Lreactor/core/CoreSubscriber;)Lreactor/core/CoreSubscriber;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=5, args_size=2
start local 0 start local 1 0: aload 1
invokestatic reactor.core.publisher.Operators.serialize:(Lreactor/core/CoreSubscriber;)Lreactor/core/CoreSubscriber;
astore 2
start local 2 1: new reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber
dup
aload 2
aload 0
getfield reactor.core.publisher.FluxWithLatestFrom.combiner:Ljava/util/function/BiFunction;
invokespecial reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.<init>:(Lreactor/core/CoreSubscriber;Ljava/util/function/BiFunction;)V
2: astore 3
start local 3 3: new reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber
dup
aload 3
invokespecial reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.<init>:(Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;)V
4: astore 4
start local 4 5: aload 0
getfield reactor.core.publisher.FluxWithLatestFrom.other:Lorg/reactivestreams/Publisher;
aload 4
invokeinterface org.reactivestreams.Publisher.subscribe:(Lorg/reactivestreams/Subscriber;)V
6: aload 3
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lreactor/core/publisher/FluxWithLatestFrom<TT;TU;TR;>;
0 7 1 actual Lreactor/core/CoreSubscriber<-TR;>;
1 7 2 serial Lreactor/core/CoreSubscriber<TR;>;
3 7 3 main Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<TT;TU;TR;>;
5 7 4 secondary Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
Signature: (Lreactor/core/CoreSubscriber<-TR;>;)Lreactor/core/CoreSubscriber<-TT;>;
MethodParameters:
Name Flags
actual
public java.lang.Object scanUnsafe(reactor.core.Scannable$Attr);
descriptor: (Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 1
getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
1: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial reactor.core.publisher.InternalFluxOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxWithLatestFrom<TT;TU;TR;>;
0 2 1 key Lreactor/core/Scannable$Attr;
MethodParameters:
Name Flags
key
}
Signature: <T:Ljava/lang/Object;U:Ljava/lang/Object;R:Ljava/lang/Object;>Lreactor/core/publisher/InternalFluxOperator<TT;TR;>;
SourceFile: "FluxWithLatestFrom.java"
NestMembers:
reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber
InnerClasses:
public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
final WithLatestFromOtherSubscriber = reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber of reactor.core.publisher.FluxWithLatestFrom
final WithLatestFromSubscriber = reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber of reactor.core.publisher.FluxWithLatestFrom