public final class com.google.common.util.concurrent.SettableFuture<V> extends com.google.common.util.concurrent.AbstractFuture$TrustedFuture<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.SettableFuture
  super_class: com.google.common.util.concurrent.AbstractFuture$TrustedFuture
{
  public static <V> com.google.common.util.concurrent.SettableFuture<V> create();
    descriptor: ()Lcom/google/common/util/concurrent/SettableFuture;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new com.google.common.util.concurrent.SettableFuture
            dup
            invokespecial com.google.common.util.concurrent.SettableFuture.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <V:Ljava/lang/Object;>()Lcom/google/common/util/concurrent/SettableFuture<TV;>;

  public boolean set();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.SettableFuture this
        start local 1 // java.lang.Object value
         0: .line 48
            aload 0 /* this */
            aload 1 /* value */
            invokespecial com.google.common.util.concurrent.AbstractFuture$TrustedFuture.set:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object value
        end local 0 // com.google.common.util.concurrent.SettableFuture this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/util/concurrent/SettableFuture<TV;>;
            0    1     1  value  TV;
    Signature: (TV;)Z
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
       Name  Flags
      value  

  public boolean setException(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.SettableFuture this
        start local 1 // java.lang.Throwable throwable
         0: .line 54
            aload 0 /* this */
            aload 1 /* throwable */
            invokespecial com.google.common.util.concurrent.AbstractFuture$TrustedFuture.setException:(Ljava/lang/Throwable;)Z
            ireturn
        end local 1 // java.lang.Throwable throwable
        end local 0 // com.google.common.util.concurrent.SettableFuture this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/util/concurrent/SettableFuture<TV;>;
            0    1     1  throwable  Ljava/lang/Throwable;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
           Name  Flags
      throwable  

  public boolean setFuture(com.google.common.util.concurrent.ListenableFuture<? extends V>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.SettableFuture this
        start local 1 // com.google.common.util.concurrent.ListenableFuture future
         0: .line 61
            aload 0 /* this */
            aload 1 /* future */
            invokespecial com.google.common.util.concurrent.AbstractFuture$TrustedFuture.setFuture:(Lcom/google/common/util/concurrent/ListenableFuture;)Z
            ireturn
        end local 1 // com.google.common.util.concurrent.ListenableFuture future
        end local 0 // com.google.common.util.concurrent.SettableFuture this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/util/concurrent/SettableFuture<TV;>;
            0    1     1  future  Lcom/google/common/util/concurrent/ListenableFuture<+TV;>;
    Signature: (Lcom/google/common/util/concurrent/ListenableFuture<+TV;>;)Z
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
        Name  Flags
      future  

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.SettableFuture this
         0: .line 64
            aload 0 /* this */
            invokespecial com.google.common.util.concurrent.AbstractFuture$TrustedFuture.<init>:()V
            return
        end local 0 // com.google.common.util.concurrent.SettableFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/SettableFuture<TV;>;
}
Signature: <V:Ljava/lang/Object;>Lcom/google/common/util/concurrent/AbstractFuture$TrustedFuture<TV;>;
SourceFile: "SettableFuture.java"
InnerClasses:
  abstract TrustedFuture = com.google.common.util.concurrent.AbstractFuture$TrustedFuture of com.google.common.util.concurrent.AbstractFuture
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible()