final class reactor.core.publisher.MonoDelayElement$DelayElementSubscriber<T> extends reactor.core.publisher.Operators$MonoSubscriber<T, T>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: reactor.core.publisher.MonoDelayElement$DelayElementSubscriber
  super_class: reactor.core.publisher.Operators$MonoSubscriber
{
  final long delay;
    descriptor: J
    flags: (0x0010) ACC_FINAL

  final reactor.core.scheduler.Scheduler scheduler;
    descriptor: Lreactor/core/scheduler/Scheduler;
    flags: (0x0010) ACC_FINAL

  final java.util.concurrent.TimeUnit unit;
    descriptor: Ljava/util/concurrent/TimeUnit;
    flags: (0x0010) ACC_FINAL

  org.reactivestreams.Subscription s;
    descriptor: Lorg/reactivestreams/Subscription;
    flags: (0x0000) 

  volatile reactor.core.Disposable task;
    descriptor: Lreactor/core/Disposable;
    flags: (0x0040) ACC_VOLATILE

  boolean done;
    descriptor: Z
    flags: (0x0000) 

  void <init>(reactor.core.CoreSubscriber<? super T>, reactor.core.scheduler.Scheduler, long, java.util.concurrent.TimeUnit);
    descriptor: (Lreactor/core/CoreSubscriber;Lreactor/core/scheduler/Scheduler;JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=5
        start local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
        start local 1 // reactor.core.CoreSubscriber actual
        start local 2 // reactor.core.scheduler.Scheduler scheduler
        start local 3 // long delay
        start local 5 // java.util.concurrent.TimeUnit unit
         0: .line 79
            aload 0 /* this */
            aload 1 /* actual */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.<init>:(Lreactor/core/CoreSubscriber;)V
         1: .line 80
            aload 0 /* this */
            aload 2 /* scheduler */
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.scheduler:Lreactor/core/scheduler/Scheduler;
         2: .line 81
            aload 0 /* this */
            lload 3 /* delay */
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.delay:J
         3: .line 82
            aload 0 /* this */
            aload 5 /* unit */
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.unit:Ljava/util/concurrent/TimeUnit;
         4: .line 83
            return
        end local 5 // java.util.concurrent.TimeUnit unit
        end local 3 // long delay
        end local 2 // reactor.core.scheduler.Scheduler scheduler
        end local 1 // reactor.core.CoreSubscriber actual
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;
            0    5     1     actual  Lreactor/core/CoreSubscriber<-TT;>;
            0    5     2  scheduler  Lreactor/core/scheduler/Scheduler;
            0    5     3      delay  J
            0    5     5       unit  Ljava/util/concurrent/TimeUnit;
    Signature: (Lreactor/core/CoreSubscriber<-TT;>;Lreactor/core/scheduler/Scheduler;JLjava/util/concurrent/TimeUnit;)V
    MethodParameters:
           Name  Flags
      actual     
      scheduler  
      delay      
      unit       

  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 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
        start local 1 // reactor.core.Scannable$Attr key
         0: .line 88
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.TERMINATED:Lreactor/core/Scannable$Attr;
            if_acmpne 1
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
         1: .line 89
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.PARENT:Lreactor/core/Scannable$Attr;
            if_acmpne 2
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.s:Lorg/reactivestreams/Subscription;
            areturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_ON:Lreactor/core/Scannable$Attr;
            if_acmpne 3
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.scheduler:Lreactor/core/scheduler/Scheduler;
            areturn
         3: .line 91
      StackMap locals:
      StackMap stack:
            aload 1 /* key */
            getstatic reactor.core.Scannable$Attr.RUN_STYLE:Lreactor/core/Scannable$Attr;
            if_acmpne 4
            getstatic reactor.core.Scannable$Attr$RunStyle.ASYNC:Lreactor/core/Scannable$Attr$RunStyle;
            areturn
         4: .line 93
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* key */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.scanUnsafe:(Lreactor/core/Scannable$Attr;)Ljava/lang/Object;
            areturn
        end local 1 // reactor.core.Scannable$Attr key
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;
            0    5     1   key  Lreactor/core/Scannable$Attr;
    RuntimeVisibleAnnotations: 
      reactor.util.annotation.Nullable()
    MethodParameters:
      Name  Flags
      key   

  public void cancel();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
         0: .line 98
            aload 0 /* this */
            invokespecial reactor.core.publisher.Operators$MonoSubscriber.cancel:()V
         1: .line 99
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.task:Lreactor/core/Disposable;
            ifnull 3
         2: .line 100
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.task:Lreactor/core/Disposable;
            invokeinterface reactor.core.Disposable.dispose:()V
         3: .line 102
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.s:Lorg/reactivestreams/Subscription;
            invokestatic reactor.core.publisher.Operators.cancelledSubscription:()Lorg/reactivestreams/Subscription;
            if_acmpeq 5
         4: .line 103
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.s:Lorg/reactivestreams/Subscription;
            invokeinterface org.reactivestreams.Subscription.cancel:()V
         5: .line 105
      StackMap locals:
      StackMap stack:
            return
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;

  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 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
        start local 1 // org.reactivestreams.Subscription s
         0: .line 109
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.s:Lorg/reactivestreams/Subscription;
            aload 1 /* s */
            invokestatic reactor.core.publisher.Operators.validate:(Lorg/reactivestreams/Subscription;Lorg/reactivestreams/Subscription;)Z
            ifeq 4
         1: .line 110
            aload 0 /* this */
            aload 1 /* s */
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.s:Lorg/reactivestreams/Subscription;
         2: .line 112
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 0 /* this */
            invokeinterface reactor.core.CoreSubscriber.onSubscribe:(Lorg/reactivestreams/Subscription;)V
         3: .line 113
            aload 1 /* s */
            ldc 9223372036854775807
            invokeinterface org.reactivestreams.Subscription.request:(J)V
         4: .line 115
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.reactivestreams.Subscription s
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;
            0    5     1     s  Lorg/reactivestreams/Subscription;
    MethodParameters:
      Name  Flags
      s     

  public void onNext();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
        start local 1 // java.lang.Object t
         0: .line 119
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
            ifeq 3
         1: .line 120
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onNextDropped:(Ljava/lang/Object;Lreactor/util/context/Context;)V
         2: .line 121
            return
         3: .line 123
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
         4: .line 125
            aload 0 /* this */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.scheduler:Lreactor/core/scheduler/Scheduler;
            aload 0 /* this */
            aload 1 /* t */
            invokedynamic run(Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber;Ljava/lang/Object;)Ljava/lang/Runnable;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  ()V
                  reactor/core/publisher/MonoDelayElement$DelayElementSubscriber.lambda$0(Ljava/lang/Object;)V (7)
                  ()V
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.delay:J
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.unit:Ljava/util/concurrent/TimeUnit;
            invokeinterface reactor.core.scheduler.Scheduler.schedule:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lreactor/core/Disposable;
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.task:Lreactor/core/Disposable;
         5: .line 126
            goto 11
         6: .line 127
      StackMap locals:
      StackMap stack: java.util.concurrent.RejectedExecutionException
            astore 2 /* ree */
        start local 2 // java.util.concurrent.RejectedExecutionException ree
         7: .line 128
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 2 /* ree */
            aload 0 /* this */
            aconst_null
            aload 1 /* t */
         8: .line 129
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
         9: .line 128
            invokestatic reactor.core.publisher.Operators.onRejectedExecution:(Ljava/lang/Throwable;Lorg/reactivestreams/Subscription;Ljava/lang/Throwable;Ljava/lang/Object;Lreactor/util/context/Context;)Ljava/lang/RuntimeException;
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
        10: .line 130
            return
        end local 2 // java.util.concurrent.RejectedExecutionException ree
        11: .line 132
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Object t
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;
            0   12     1     t  TT;
            7   11     2   ree  Ljava/util/concurrent/RejectedExecutionException;
      Exception table:
        from    to  target  type
           4     5       6  Class java.util.concurrent.RejectedExecutionException
    Signature: (TT;)V
    MethodParameters:
      Name  Flags
      t     

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
         0: .line 136
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
            ifeq 2
         1: .line 137
            return
         2: .line 139
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
         3: .line 140
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.onComplete:()V
         4: .line 141
            return
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;

  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 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
        start local 1 // java.lang.Throwable t
         0: .line 145
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
            ifeq 3
         1: .line 146
            aload 1 /* t */
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            invokeinterface reactor.core.CoreSubscriber.currentContext:()Lreactor/util/context/Context;
            invokestatic reactor.core.publisher.Operators.onErrorDropped:(Ljava/lang/Throwable;Lreactor/util/context/Context;)V
         2: .line 147
            return
         3: .line 149
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.done:Z
         4: .line 150
            aload 0 /* this */
            getfield reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.actual:Lreactor/core/CoreSubscriber;
            aload 1 /* t */
            invokeinterface reactor.core.CoreSubscriber.onError:(Ljava/lang/Throwable;)V
         5: .line 151
            return
        end local 1 // java.lang.Throwable t
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;
            0    6     1     t  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      t     

  private void lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
         0: .line 125
            aload 0 /* this */
            aload 1
            invokevirtual reactor.core.publisher.MonoDelayElement$DelayElementSubscriber.complete:(Ljava/lang/Object;)V
            return
        end local 0 // reactor.core.publisher.MonoDelayElement$DelayElementSubscriber this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lreactor/core/publisher/MonoDelayElement$DelayElementSubscriber<TT;>;
}
Signature: <T:Ljava/lang/Object;>Lreactor/core/publisher/Operators$MonoSubscriber<TT;TT;>;
SourceFile: "MonoDelayElement.java"
NestHost: reactor.core.publisher.MonoDelayElement
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public Attr = reactor.core.Scannable$Attr of reactor.core.Scannable
  public final RunStyle = reactor.core.Scannable$Attr$RunStyle of reactor.core.Scannable$Attr
  final DelayElementSubscriber = reactor.core.publisher.MonoDelayElement$DelayElementSubscriber of reactor.core.publisher.MonoDelayElement
  public MonoSubscriber = reactor.core.publisher.Operators$MonoSubscriber of reactor.core.publisher.Operators