public class org.eclipse.jetty.util.Promise$Completable<S> extends java.util.concurrent.CompletableFuture<S> implements org.eclipse.jetty.util.Promise<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.util.Promise$Completable
  super_class: java.util.concurrent.CompletableFuture
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.util.Promise$Completable this
         0: .line 103
            aload 0 /* this */
            invokespecial java.util.concurrent.CompletableFuture.<init>:()V
            return
        end local 0 // org.eclipse.jetty.util.Promise$Completable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Promise$Completable<TS;>;

  public void succeeded();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Promise$Completable this
        start local 1 // java.lang.Object result
         0: .line 108
            aload 0 /* this */
            aload 1 /* result */
            invokevirtual org.eclipse.jetty.util.Promise$Completable.complete:(Ljava/lang/Object;)Z
            pop
         1: .line 109
            return
        end local 1 // java.lang.Object result
        end local 0 // org.eclipse.jetty.util.Promise$Completable this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/eclipse/jetty/util/Promise$Completable<TS;>;
            0    2     1  result  TS;
    Signature: (TS;)V
    MethodParameters:
        Name  Flags
      result  

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Promise$Completable this
        start local 1 // java.lang.Throwable x
         0: .line 114
            aload 0 /* this */
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.util.Promise$Completable.completeExceptionally:(Ljava/lang/Throwable;)Z
            pop
         1: .line 115
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.util.Promise$Completable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/util/Promise$Completable<TS;>;
            0    2     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     
}
Signature: <S:Ljava/lang/Object;>Ljava/util/concurrent/CompletableFuture<TS;>;Lorg/eclipse/jetty/util/Promise<TS;>;
SourceFile: "Promise.java"
NestHost: org.eclipse.jetty.util.Promise
InnerClasses:
  public Completable = org.eclipse.jetty.util.Promise$Completable of org.eclipse.jetty.util.Promise