final class reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger<T> implements reactor.core.publisher.InnerConsumer<T>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger
super_class: java.lang.Object
{
final reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator<?> parent;
descriptor: Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
flags: (0x0010) ACC_FINAL
Signature: Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator<*>;
volatile org.reactivestreams.Subscription s;
descriptor: Lorg/reactivestreams/Subscription;
flags: (0x0040) ACC_VOLATILE
static final java.util.concurrent.atomic.AtomicReferenceFieldUpdater<reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger, org.reactivestreams.Subscription> S;
descriptor: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
flags: (0x0018) ACC_STATIC, ACC_FINAL
Signature: Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater<Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger;Lorg/reactivestreams/Subscription;>;
boolean done;
descriptor: Z
flags: (0x0000)
volatile java.lang.Throwable error;
descriptor: Ljava/lang/Throwable;
flags: (0x0040) ACC_VOLATILE
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=3, locals=0, args_size=0
0: ldc Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger;
ldc Lorg/reactivestreams/Subscription;
ldc "s"
invokestatic java.util.concurrent.atomic.AtomicReferenceFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
1: putstatic reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.S:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
2: return
LocalVariableTable:
Start End Slot Name Signature
void <init>(reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator<?>);
descriptor: (Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;)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.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
0 3 1 parent Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator<*>;
Signature: (Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator<*>;)V
MethodParameters:
Name Flags
parent
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.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
invokevirtual reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.currentContext:()Lreactor/util/context/Context;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<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.CANCELLED:Lreactor/core/Scannable$Attr;
if_acmpne 2
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.s:Lorg/reactivestreams/Subscription;
invokestatic reactor.core.publisher.Operators.cancelledSubscription:()Lorg/reactivestreams/Subscription;
if_acmpne 1
iconst_1
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
StackMap locals:
StackMap stack:
1: iconst_0
invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
areturn
2: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
if_acmpne 3
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.s:Lorg/reactivestreams/Subscription;
areturn
3: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.ACTUAL:Lreactor/core/Scannable$Attr;
if_acmpne 4
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
areturn
4: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.ERROR:Lreactor/core/Scannable$Attr;
if_acmpne 5
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.error:Ljava/lang/Throwable;
areturn
5: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.PREFETCH:Lreactor/core/Scannable$Attr;
if_acmpne 6
ldc 2147483647
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
areturn
6: StackMap locals:
StackMap stack:
aload 1
getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
if_acmpne 7
getstatic reactor.core.Scannable$Attr$RunStyle.SYNC:Lreactor/core/Scannable$Attr$RunStyle;
areturn
7: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
0 8 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=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.S:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
aload 0
aload 1
invokestatic reactor.core.publisher.Operators.setOnce:(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;Lorg/reactivestreams/Subscription;)Z
ifeq 3
1: aload 1
ldc 9223372036854775807
invokeinterface org.reactivestreams.Subscription.request:(J)V
2: goto 4
3: StackMap locals:
StackMap stack:
aload 1
invokeinterface org.reactivestreams.Subscription.cancel:()V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
0 5 1 s Lorg/reactivestreams/Subscription;
MethodParameters:
Name Flags
s
public void onNext(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
0 1 1 t Ljava/lang/Object;
MethodParameters:
Name Flags
t
public void onError(java.lang.Throwable);
descriptor: (Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.error:Ljava/lang/Throwable;
1: getstatic reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.DONE:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.n:I
invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndSet:(Ljava/lang/Object;I)I
aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.n:I
if_icmpeq 4
2: aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
invokevirtual reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.cancel:()V
3: aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.actual:Lreactor/core/CoreSubscriber;
aload 1
invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
4: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
0 5 1 t Ljava/lang/Throwable;
MethodParameters:
Name Flags
t
public void onComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.done:Z
ifne 3
1: aload 0
iconst_1
putfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.done:Z
2: aload 0
getfield reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.parent:Lreactor/core/publisher/MonoDelayUntil$DelayUntilCoordinator;
invokevirtual reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator.signal:()V
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
void cancel();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger.S:Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;
aload 0
invokestatic reactor.core.publisher.Operators.terminate:(Ljava/util/concurrent/atomic/AtomicReferenceFieldUpdater;Ljava/lang/Object;)Z
pop
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lreactor/core/publisher/MonoDelayUntil$DelayUntilTrigger<TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Lreactor/core/publisher/InnerConsumer<TT;>;
SourceFile: "MonoDelayUntil.java"
NestHost: reactor.core.publisher.MonoDelayUntil
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 DelayUntilCoordinator = reactor.core.publisher.MonoDelayUntil$DelayUntilCoordinator of reactor.core.publisher.MonoDelayUntil
final DelayUntilTrigger = reactor.core.publisher.MonoDelayUntil$DelayUntilTrigger of reactor.core.publisher.MonoDelayUntil