public interface org.eclipse.jetty.util.Promise<C>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.eclipse.jetty.util.Promise
  super_class: java.lang.Object
{
  public void succeeded();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Promise this
        start local 1 // java.lang.Object result
         0: .line 41
            return
        end local 1 // java.lang.Object result
        end local 0 // org.eclipse.jetty.util.Promise this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/util/Promise<TC;>;
            0    1     1  result  TC;
    Signature: (TC;)V
    MethodParameters:
        Name  Flags
      result  

  public void failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.util.Promise this
        start local 1 // java.lang.Throwable x
         0: .line 50
            return
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.util.Promise this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/util/Promise<TC;>;
            0    1     1     x  Ljava/lang/Throwable;
    MethodParameters:
      Name  Flags
      x     

  public static <T> org.eclipse.jetty.util.Promise<T> from(java.util.concurrent.CompletableFuture<? super T>);
    descriptor: (Ljava/util/concurrent/CompletableFuture;)Lorg/eclipse/jetty/util/Promise;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.concurrent.CompletableFuture completable
         0: .line 79
            aload 0 /* completable */
            instanceof org.eclipse.jetty.util.Promise
            ifeq 2
         1: .line 80
            aload 0 /* completable */
            checkcast org.eclipse.jetty.util.Promise
            areturn
         2: .line 82
      StackMap locals:
      StackMap stack:
            new org.eclipse.jetty.util.Promise$1
            dup
            aload 0 /* completable */
            invokespecial org.eclipse.jetty.util.Promise$1.<init>:(Ljava/util/concurrent/CompletableFuture;)V
            areturn
        end local 0 // java.util.concurrent.CompletableFuture completable
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0  completable  Ljava/util/concurrent/CompletableFuture<-TT;>;
    Signature: <T:Ljava/lang/Object;>(Ljava/util/concurrent/CompletableFuture<-TT;>;)Lorg/eclipse/jetty/util/Promise<TT;>;
    MethodParameters:
             Name  Flags
      completable  
}
Signature: <C:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Promise.java"
NestMembers:
  org.eclipse.jetty.util.Promise$1  org.eclipse.jetty.util.Promise$Adapter  org.eclipse.jetty.util.Promise$Completable  org.eclipse.jetty.util.Promise$Wrapper
InnerClasses:
  org.eclipse.jetty.util.Promise$1
  public Adapter = org.eclipse.jetty.util.Promise$Adapter of org.eclipse.jetty.util.Promise
  public Completable = org.eclipse.jetty.util.Promise$Completable of org.eclipse.jetty.util.Promise
  public Wrapper = org.eclipse.jetty.util.Promise$Wrapper of org.eclipse.jetty.util.Promise