public interface com.google.common.util.concurrent.AsyncCallable<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.util.concurrent.AsyncCallable
  super_class: java.lang.Object
{
  public abstract com.google.common.util.concurrent.ListenableFuture<V> call();
    descriptor: ()Lcom/google/common/util/concurrent/ListenableFuture;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: ()Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "AsyncCallable.java"
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.common.annotations.GwtCompatible()