final class reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<T> extends reactor.core.publisher.Operators$DeferredSubscription implements reactor.core.publisher.InnerOperator<T, T>, reactor.core.publisher.FluxSwitchOnFirst$ControlSubscriber<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber
super_class: reactor.core.publisher.Operators$DeferredSubscription
{
final reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain<?, T> parent;
descriptor: Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;
flags: (0x0010) ACC_FINAL
Signature: Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain<*TT;>;
final reactor.core.CoreSubscriber<? super T> delegate;
descriptor: Lreactor/core/CoreSubscriber;
flags: (0x0010) ACC_FINAL
Signature: Lreactor/core/CoreSubscriber<-TT;>;
final boolean cancelSourceOnComplete;
descriptor: Z
flags: (0x0010) ACC_FINAL
void <init>(reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain<?, T>, reactor.core.CoreSubscriber<? super T>, );
descriptor: (Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;Lreactor/core/CoreSubscriber;Z)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial reactor.core.publisher.Operators$DeferredSubscription.<init>:()V
1: aload 0
aload 1
putfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.parent:Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;
2: aload 0
aload 2
putfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
3: aload 0
iload 3
putfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.cancelSourceOnComplete:Z
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
0 5 1 parent Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain<*TT;>;
0 5 2 delegate Lreactor/core/CoreSubscriber<-TT;>;
0 5 3 cancelSourceOnComplete Z
Signature: (Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain<*TT;>;Lreactor/core/CoreSubscriber<-TT;>;Z)V
MethodParameters:
Name Flags
parent
delegate
cancelSourceOnComplete
public void sendSubscription();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
aload 0
invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
public void onSubscribe(org.reactivestreams.Subscription);
descriptor: (Lorg/reactivestreams/Subscription;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.set:(Lorg/reactivestreams/Subscription;)Z
pop
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
0 2 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public reactor.core.CoreSubscriber<? super T> actual();
descriptor: ()Lreactor/core/CoreSubscriber;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
Signature: ()Lreactor/core/CoreSubscriber<-TT;>;
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.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
aload 1
invokeinterface reactor.core.CoreSubscriber.onNext:(Ljava/lang/Object;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
0 2 1 t TT;
Signature: (TT;)V
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.requested:J
ldc -2
lcmp
ifne 3
1: aload 1
aload 0
invokevirtual reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.currentContext:()Lreactor/util/context/Context;
invokestatic reactor.core.publisher.Operators.onErrorDropped:(Ljava/lang/Throwable;Lreactor/util/context/Context;)V
2: return
3: StackMap locals:
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.parent:Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;
astore 2
start local 2 4: aload 2
getfield reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain.done:Z
ifne 6
5: aload 2
invokevirtual reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain.cancel:()V
6: StackMap locals: reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
aload 1
invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
0 8 1 throwable Ljava/lang/Throwable;
4 8 2 parent Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain<*TT;>;
MethodParameters:
Name Flags
throwable
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.requested:J
ldc -2
lcmp
ifne 2
1: return
2: StackMap locals:
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.parent:Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;
astore 1
start local 1 3: aload 1
getfield reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain.done:Z
ifne 5
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.cancelSourceOnComplete:Z
ifeq 5
4: aload 1
invokevirtual reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain.cancel:()V
5: StackMap locals: reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
invokeinterface reactor.core.CoreSubscriber.onComplete:()V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
3 7 1 parent Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain<*TT;>;
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=1
start local 0 0: getstatic reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.REQUESTED:Ljava/util/concurrent/atomic/AtomicLongFieldUpdater;
aload 0
ldc -2
invokevirtual java.util.concurrent.atomic.AtomicLongFieldUpdater.getAndSet:(Ljava/lang/Object;J)J
lstore 1
start local 1 1: lload 1
ldc -2
lcmp
ifne 3
2: return
3: StackMap locals: long
StackMap stack:
lload 1
ldc -1
lcmp
ifne 5
4: aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.s:Lorg/reactivestreams/Subscription;
invokeinterface org.reactivestreams.Subscription.cancel:()V
5: StackMap locals:
StackMap stack:
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.parent:Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;
invokevirtual reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain.cancel:()V
6: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
1 7 1 state J
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.PARENT:Lreactor/core/Scannable$Attr;
if_acmpne 1
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.parent:Lreactor/core/publisher/FluxSwitchOnFirst$AbstractSwitchOnFirstMain;
areturn
1: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.ACTUAL:Lreactor/core/Scannable$Attr;
if_acmpne 2
aload 0
getfield reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber.delegate:Lreactor/core/CoreSubscriber;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 3
getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
3: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxSwitchOnFirst$SwitchOnFirstControlSubscriber<TT;>;
0 4 1 key Lreactor/core/Scannable$Attr;
MethodParameters:
Name Flags
key
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Operators$DeferredSubscription;Lreactor/core/publisher/InnerOperator<TT;TT;>;Lreactor/core/publisher/FluxSwitchOnFirst$ControlSubscriber<TT;>;
SourceFile: "FluxSwitchOnFirst.java"
NestHost: reactor.core.publisher.FluxSwitchOnFirst
InnerClasses:
public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
abstract AbstractSwitchOnFirstMain = reactor.core.publisher.FluxSwitchOnFirst$AbstractSwitchOnFirstMain of reactor.core.publisher.FluxSwitchOnFirst
abstract ControlSubscriber = reactor.core.publisher.FluxSwitchOnFirst$ControlSubscriber of reactor.core.publisher.FluxSwitchOnFirst
final SwitchOnFirstControlSubscriber = reactor.core.publisher.FluxSwitchOnFirst$SwitchOnFirstControlSubscriber of reactor.core.publisher.FluxSwitchOnFirst
public DeferredSubscription = reactor.core.publisher.Operators$DeferredSubscription of reactor.core.publisher.Operators