class org.xnio.AbstractIoFuture$NotifierRunnable<T, A> implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.AbstractIoFuture$NotifierRunnable
  super_class: java.lang.Object
{
  private final org.xnio.IoFuture$Notifier<? super T, A> notifier;
    descriptor: Lorg/xnio/IoFuture$Notifier;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/xnio/IoFuture$Notifier<-TT;TA;>;

  private final org.xnio.IoFuture<T> future;
    descriptor: Lorg/xnio/IoFuture;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/xnio/IoFuture<TT;>;

  private final A attachment;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TA;

  void <init>(org.xnio.IoFuture$Notifier<? super T, A>, org.xnio.IoFuture<T>, );
    descriptor: (Lorg/xnio/IoFuture$Notifier;Lorg/xnio/IoFuture;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.xnio.AbstractIoFuture$NotifierRunnable this
        start local 1 // org.xnio.IoFuture$Notifier notifier
        start local 2 // org.xnio.IoFuture future
        start local 3 // java.lang.Object attachment
         0: .line 712
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 713
            aload 0 /* this */
            aload 1 /* notifier */
            putfield org.xnio.AbstractIoFuture$NotifierRunnable.notifier:Lorg/xnio/IoFuture$Notifier;
         2: .line 714
            aload 0 /* this */
            aload 2 /* future */
            putfield org.xnio.AbstractIoFuture$NotifierRunnable.future:Lorg/xnio/IoFuture;
         3: .line 715
            aload 0 /* this */
            aload 3 /* attachment */
            putfield org.xnio.AbstractIoFuture$NotifierRunnable.attachment:Ljava/lang/Object;
         4: .line 716
            return
        end local 3 // java.lang.Object attachment
        end local 2 // org.xnio.IoFuture future
        end local 1 // org.xnio.IoFuture$Notifier notifier
        end local 0 // org.xnio.AbstractIoFuture$NotifierRunnable this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/xnio/AbstractIoFuture$NotifierRunnable<TT;TA;>;
            0    5     1    notifier  Lorg/xnio/IoFuture$Notifier<-TT;TA;>;
            0    5     2      future  Lorg/xnio/IoFuture<TT;>;
            0    5     3  attachment  TA;
    Signature: (Lorg/xnio/IoFuture$Notifier<-TT;TA;>;Lorg/xnio/IoFuture<TT;>;TA;)V
    MethodParameters:
            Name  Flags
      notifier    final
      future      final
      attachment  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.xnio.AbstractIoFuture$NotifierRunnable this
         0: .line 720
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierRunnable.notifier:Lorg/xnio/IoFuture$Notifier;
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierRunnable.future:Lorg/xnio/IoFuture;
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierRunnable.attachment:Ljava/lang/Object;
            invokeinterface org.xnio.IoFuture$Notifier.notify:(Lorg/xnio/IoFuture;Ljava/lang/Object;)V
         1: .line 721
            goto 4
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 1 /* t */
        start local 1 // java.lang.Throwable t
         3: .line 722
            getstatic org.xnio._private.Messages.futureMsg:Lorg/xnio/_private/Messages;
            aload 1 /* t */
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierRunnable.notifier:Lorg/xnio/IoFuture$Notifier;
            aload 0 /* this */
            getfield org.xnio.AbstractIoFuture$NotifierRunnable.attachment:Ljava/lang/Object;
            invokeinterface org.xnio._private.Messages.notifierFailed:(Ljava/lang/Throwable;Lorg/xnio/IoFuture$Notifier;Ljava/lang/Object;)V
        end local 1 // java.lang.Throwable t
         4: .line 724
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.xnio.AbstractIoFuture$NotifierRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/AbstractIoFuture$NotifierRunnable<TT;TA;>;
            3    4     1     t  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
}
Signature: <T:Ljava/lang/Object;A:Ljava/lang/Object;>Ljava/lang/Object;Ljava/lang/Runnable;
SourceFile: "AbstractIoFuture.java"
NestHost: org.xnio.AbstractIoFuture
InnerClasses:
  NotifierRunnable = org.xnio.AbstractIoFuture$NotifierRunnable of org.xnio.AbstractIoFuture
  public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture