class org.xnio.AbstractConvertingIoFuture$1 implements org.xnio.IoFuture$Notifier<D, A>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.AbstractConvertingIoFuture$1
  super_class: java.lang.Object
{
  final org.xnio.AbstractConvertingIoFuture this$0;
    descriptor: Lorg/xnio/AbstractConvertingIoFuture;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.xnio.IoFuture$Notifier val$notifier;
    descriptor: Lorg/xnio/IoFuture$Notifier;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.xnio.AbstractConvertingIoFuture, org.xnio.IoFuture$Notifier);
    descriptor: (Lorg/xnio/AbstractConvertingIoFuture;Lorg/xnio/IoFuture$Notifier;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.AbstractConvertingIoFuture$1 this
         0: .line 85
            aload 0 /* this */
            aload 1
            putfield org.xnio.AbstractConvertingIoFuture$1.this$0:Lorg/xnio/AbstractConvertingIoFuture;
            aload 0 /* this */
            aload 2
            putfield org.xnio.AbstractConvertingIoFuture$1.val$notifier:Lorg/xnio/IoFuture$Notifier;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.AbstractConvertingIoFuture$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/AbstractConvertingIoFuture$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$notifier  final

  public void notify(org.xnio.IoFuture<? extends D>, );
    descriptor: (Lorg/xnio/IoFuture;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.xnio.AbstractConvertingIoFuture$1 this
        start local 1 // org.xnio.IoFuture future
        start local 2 // java.lang.Object attachment
         0: .line 87
            aload 0 /* this */
            getfield org.xnio.AbstractConvertingIoFuture$1.val$notifier:Lorg/xnio/IoFuture$Notifier;
            aload 0 /* this */
            getfield org.xnio.AbstractConvertingIoFuture$1.this$0:Lorg/xnio/AbstractConvertingIoFuture;
            aload 2 /* attachment */
            invokeinterface org.xnio.IoFuture$Notifier.notify:(Lorg/xnio/IoFuture;Ljava/lang/Object;)V
         1: .line 88
            return
        end local 2 // java.lang.Object attachment
        end local 1 // org.xnio.IoFuture future
        end local 0 // org.xnio.AbstractConvertingIoFuture$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/xnio/AbstractConvertingIoFuture$1;
            0    2     1      future  Lorg/xnio/IoFuture<+TD;>;
            0    2     2  attachment  TA;
    Signature: (Lorg/xnio/IoFuture<+TD;>;TA;)V
    MethodParameters:
            Name  Flags
      future      final
      attachment  
}
Signature: Ljava/lang/Object;Lorg/xnio/IoFuture$Notifier<TD;TA;>;
SourceFile: "AbstractConvertingIoFuture.java"
EnclosingMethod: org.xnio.AbstractConvertingIoFuture.addNotifier:(Lorg/xnio/IoFuture$Notifier;Ljava/lang/Object;)Lorg/xnio/IoFuture;
NestHost: org.xnio.AbstractConvertingIoFuture
InnerClasses:
  org.xnio.AbstractConvertingIoFuture$1
  public abstract Notifier = org.xnio.IoFuture$Notifier of org.xnio.IoFuture