final class com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask extends com.google.common.util.concurrent.CombinedFuture<V>.CombinedFutureInterruptibleTask<com.google.common.util.concurrent.ListenableFuture<V>>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask
  super_class: com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask
{
  private final com.google.common.util.concurrent.AsyncCallable<V> callable;
    descriptor: Lcom/google/common/util/concurrent/AsyncCallable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/util/concurrent/AsyncCallable<TV;>;

  final com.google.common.util.concurrent.CombinedFuture this$0;
    descriptor: Lcom/google/common/util/concurrent/CombinedFuture;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.google.common.util.concurrent.AsyncCallable<V>, java.util.concurrent.Executor);
    descriptor: (Lcom/google/common/util/concurrent/CombinedFuture;Lcom/google/common/util/concurrent/AsyncCallable;Ljava/util/concurrent/Executor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
        start local 2 // com.google.common.util.concurrent.AsyncCallable callable
        start local 3 // java.util.concurrent.Executor listenerExecutor
         0: .line 141
            aload 0 /* this */
            aload 1
            putfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.this$0:Lcom/google/common/util/concurrent/CombinedFuture;
         1: .line 142
            aload 0 /* this */
            aload 1
            aload 3 /* listenerExecutor */
            invokespecial com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask.<init>:(Lcom/google/common/util/concurrent/CombinedFuture;Ljava/util/concurrent/Executor;)V
         2: .line 143
            aload 0 /* this */
            aload 2 /* callable */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.util.concurrent.AsyncCallable
            putfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.callable:Lcom/google/common/util/concurrent/AsyncCallable;
         3: .line 144
            return
        end local 3 // java.util.concurrent.Executor listenerExecutor
        end local 2 // com.google.common.util.concurrent.AsyncCallable callable
        end local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
            0    4     2          callable  Lcom/google/common/util/concurrent/AsyncCallable<TV;>;
            0    4     3  listenerExecutor  Ljava/util/concurrent/Executor;
    Signature: (Lcom/google/common/util/concurrent/AsyncCallable<TV;>;Ljava/util/concurrent/Executor;)V
    MethodParameters:
                  Name  Flags
      this$0            final
      callable          
      listenerExecutor  

  com.google.common.util.concurrent.ListenableFuture<V> runInterruptibly();
    descriptor: ()Lcom/google/common/util/concurrent/ListenableFuture;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
         0: .line 148
            aload 0 /* this */
            iconst_0
            putfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.thrownByExecute:Z
         1: .line 149
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.callable:Lcom/google/common/util/concurrent/AsyncCallable;
            invokeinterface com.google.common.util.concurrent.AsyncCallable.call:()Lcom/google/common/util/concurrent/ListenableFuture;
            astore 1 /* result */
        start local 1 // com.google.common.util.concurrent.ListenableFuture result
         2: .line 151
            aload 1 /* result */
         3: .line 152
            ldc "AsyncCallable.call returned null instead of a Future. Did you mean to return immediateFuture(null)?"
         4: .line 150
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.util.concurrent.ListenableFuture
            areturn
        end local 1 // com.google.common.util.concurrent.ListenableFuture result
        end local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
            2    5     1  result  Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
    Exceptions:
      throws java.lang.Exception
    Signature: ()Lcom/google/common/util/concurrent/ListenableFuture<TV;>;

  void setValue(com.google.common.util.concurrent.ListenableFuture<V>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
        start local 1 // com.google.common.util.concurrent.ListenableFuture value
         0: .line 158
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.this$0:Lcom/google/common/util/concurrent/CombinedFuture;
            aload 1 /* value */
            invokevirtual com.google.common.util.concurrent.CombinedFuture.setFuture:(Lcom/google/common/util/concurrent/ListenableFuture;)Z
            pop
         1: .line 159
            return
        end local 1 // com.google.common.util.concurrent.ListenableFuture value
        end local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;
            0    2     1  value  Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
    Signature: (Lcom/google/common/util/concurrent/ListenableFuture<TV;>;)V
    MethodParameters:
       Name  Flags
      value  

  java.lang.String toPendingString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
         0: .line 163
            aload 0 /* this */
            getfield com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.callable:Lcom/google/common/util/concurrent/AsyncCallable;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/CombinedFuture$AsyncCallableInterruptibleTask;

  java.lang.Object runInterruptibly();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.runInterruptibly:()Lcom/google/common/util/concurrent/ListenableFuture;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception

  void setValue(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1040) ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.google.common.util.concurrent.ListenableFuture
            invokevirtual com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask.setValue:(Lcom/google/common/util/concurrent/ListenableFuture;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lcom/google/common/util/concurrent/CombinedFuture<TV;>.CombinedFutureInterruptibleTask<Lcom/google/common/util/concurrent/ListenableFuture<TV;>;>;
SourceFile: "CombinedFuture.java"
NestHost: com.google.common.util.concurrent.CombinedFuture
InnerClasses:
  private final AsyncCallableInterruptibleTask = com.google.common.util.concurrent.CombinedFuture$AsyncCallableInterruptibleTask of com.google.common.util.concurrent.CombinedFuture
  private abstract CombinedFutureInterruptibleTask = com.google.common.util.concurrent.CombinedFuture$CombinedFutureInterruptibleTask of com.google.common.util.concurrent.CombinedFuture