final class reactor.core.publisher.FluxDetach$DetachSubscriber<T> implements reactor.core.publisher.InnerOperator<T, T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.FluxDetach$DetachSubscriber
super_class: java.lang.Object
{
reactor.core.CoreSubscriber<? super T> actual;
descriptor: Lreactor/core/CoreSubscriber;
flags: (0x0000)
Signature: Lreactor/core/CoreSubscriber<-TT;>;
org.reactivestreams.Subscription s;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0000)
void <init>(reactor.core.CoreSubscriber<? super T>);
descriptor: (Lreactor/core/CoreSubscriber;)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.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
0 3 1 actual Lreactor/core/CoreSubscriber<-TT;>;
Signature: (Lreactor/core/CoreSubscriber<-TT;>;)V
MethodParameters:
Name Flags
actual
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.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
ifnonnull 1
invokestatic reactor.util.context.Context.empty:()Lreactor/util/context/Context;
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
StackMap locals:
StackMap stack: reactor.util.context.Context
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
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.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
areturn
1: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
if_acmpne 3
aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
ifnonnull 2
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
StackMap locals:
StackMap stack:
2: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
3: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.CANCELLED:Lreactor/core/Scannable$Attr;
if_acmpne 5
aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
ifnonnull 4
aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
ifnonnull 4
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
StackMap locals:
StackMap stack:
4: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
5: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 6
getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
6: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial reactor.core.publisher.InnerOperator.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
0 7 1 key Lreactor/core/Scannable$Attr;
RuntimeVisibleAnnotations:
reactor.util.annotation.Nullable()
MethodParameters:
Name Flags
key
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
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
aload 1
invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
ifeq 3
1: aload 0
aload 1
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
2: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
aload 0
invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
3: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
0 4 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext();
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
aload 1
invokeinterface org.reactivestreams.Subscriber.onNext:(Ljava/lang/Object;)V
3: StackMap locals: org.reactivestreams.Subscriber
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
0 4 1 t TT;
1 4 2 a Lorg/reactivestreams/Subscriber<-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=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
astore 2
start local 2 1: aload 2
ifnull 5
2: aload 0
aconst_null
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
3: aload 0
aconst_null
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
4: aload 2
aload 1
invokeinterface org.reactivestreams.Subscriber.onError:(Ljava/lang/Throwable;)V
5: StackMap locals: org.reactivestreams.Subscriber
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
0 6 1 t Ljava/lang/Throwable;
1 6 2 a Lorg/reactivestreams/Subscriber<-TT;>;
MethodParameters:
Name Flags
t
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.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
Signature: ()Lreactor/core/CoreSubscriber<-TT;>;
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
astore 1
start local 1 1: aload 1
ifnull 5
2: aload 0
aconst_null
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
3: aload 0
aconst_null
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
4: aload 1
invokeinterface org.reactivestreams.Subscriber.onComplete:()V
5: StackMap locals: org.reactivestreams.Subscriber
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
1 6 1 a Lorg/reactivestreams/Subscriber<-TT;>;
public void request(long);
descriptor: (J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
astore 3
start local 3 1: aload 3
ifnull 3
2: aload 3
lload 1
invokeinterface org.reactivestreams.Subscription.request:(J)V
3: StackMap locals: org.reactivestreams.Subscription
StackMap stack:
return
end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
0 4 1 n J
1 4 3 a Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
n
public void cancel();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
astore 1
start local 1 1: aload 1
ifnull 5
2: aload 0
aconst_null
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.actual:Lreactor/core/CoreSubscriber;
3: aload 0
aconst_null
putfield reactor.core.publisher.FluxDetach$DetachSubscriber.s:Lorg/reactivestreams/Subscription;
4: aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
5: StackMap locals: org.reactivestreams.Subscription
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lreactor/core/publisher/FluxDetach$DetachSubscriber<TT;>;
1 6 1 a Lorg/reactivestreams/Subscription;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerOperator<TT;TT;>;
SourceFile: "FluxDetach.java"
NestHost: reactor.core.publisher.FluxDetach
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 DetachSubscriber = reactor.core.publisher.FluxDetach$DetachSubscriber of reactor.core.publisher.FluxDetach