final class reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber<U> implements reactor.core.publisher.InnerConsumer<U>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber
super_class: java.lang.Object
{
final reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber<?, U, ?> main;
descriptor: Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<*TU;*>;
void <init>(reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber<?, U, ?>);
descriptor: (Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;)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 reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
0 3 1 main Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<*TU;*>;
Signature: (Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber<*TU;*>;)V
MethodParameters:
Name Flags
main
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
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.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
aload 1
invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.setOther:(Lorg/reactivestreams/Subscription;)V
1: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
0 3 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
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.ACTUAL:Lreactor/core/Scannable$Attr;
if_acmpne 2
1: aload 0
getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 4
3: getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
0 5 1 key Lreactor/core/Scannable$Attr;
RuntimeVisibleAnnotations:
reactor.util.annotation.Nullable()
MethodParameters:
Name Flags
key
public reactor.util.context.Context currentContext();
descriptor: ()Lreactor/util/context/Context;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.currentContext:()Lreactor/util/context/Context;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
aload 1
putfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.otherValue:Ljava/lang/Object;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
0 2 1 t TU;
Signature: (TU;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
aload 1
invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.otherError:(Ljava/lang/Throwable;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
0 2 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxWithLatestFrom$WithLatestFromOtherSubscriber.main:Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromSubscriber;
invokevirtual reactor.core.publisher.FluxWithLatestFrom$WithLatestFromSubscriber.otherComplete:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxWithLatestFrom$WithLatestFromOtherSubscriber<TU;>;
}
Signature: <U:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerConsumer<TU;>;
SourceFile: "FluxWithLatestFrom.java"
NestHost: reactor.core.publisher.FluxWithLatestFrom
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