public abstract class com.google.common.util.concurrent.AbstractCheckedFuture<V, X extends java.lang.Exception> extends com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture<V> implements com.google.common.util.concurrent.CheckedFuture<V, X>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.util.concurrent.AbstractCheckedFuture
  super_class: com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture
{
  protected void <init>(com.google.common.util.concurrent.ListenableFuture<V>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.AbstractCheckedFuture this
        start local 1 // com.google.common.util.concurrent.ListenableFuture delegate
         0: .line 48
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture.<init>:(Lcom/google/common/util/concurrent/ListenableFuture;)V
         1: .line 49
            return
        end local 1 // com.google.common.util.concurrent.ListenableFuture delegate
        end local 0 // com.google.common.util.concurrent.AbstractCheckedFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
            0    2     1  delegate  Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
    Signature: (Lcom/google/common/util/concurrent/ListenableFuture<TV;>;)V
    MethodParameters:
          Name  Flags
      delegate  

  protected abstract X mapException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Ljava/lang/Exception;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljava/lang/Exception;)TX;
    MethodParameters:
      Name  Flags
      e     

  public V checkedGet() throws X;
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.google.common.util.concurrent.AbstractCheckedFuture this
         0: .line 83
            aload 0 /* this */
            invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.get:()Ljava/lang/Object;
         1: areturn
         2: .line 84
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            astore 1 /* e */
        start local 1 // java.lang.InterruptedException e
         3: .line 85
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         4: .line 86
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
            athrow
        end local 1 // java.lang.InterruptedException e
         5: .line 87
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 1 /* e */
        start local 1 // java.lang.Exception e
         6: .line 88
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
            athrow
        end local 1 // java.lang.Exception e
        end local 0 // com.google.common.util.concurrent.AbstractCheckedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
            3    5     1     e  Ljava/lang/InterruptedException;
            6    7     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InterruptedException
           0     1       5  Class java.util.concurrent.CancellationException
           0     1       5  Class java.util.concurrent.ExecutionException
    Exceptions:
      throws java.lang.Exception
    Signature: ()TV;^TX;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()

  public V checkedGet(long, java.util.concurrent.TimeUnit) throws java.util.concurrent.TimeoutException, X;
    descriptor: (JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.google.common.util.concurrent.AbstractCheckedFuture this
        start local 1 // long timeout
        start local 3 // java.util.concurrent.TimeUnit unit
         0: .line 109
            aload 0 /* this */
            lload 1 /* timeout */
            aload 3 /* unit */
            invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.get:(JLjava/util/concurrent/TimeUnit;)Ljava/lang/Object;
         1: areturn
         2: .line 110
      StackMap locals:
      StackMap stack: java.lang.InterruptedException
            astore 4 /* e */
        start local 4 // java.lang.InterruptedException e
         3: .line 111
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.interrupt:()V
         4: .line 112
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
            athrow
        end local 4 // java.lang.InterruptedException e
         5: .line 113
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
         6: .line 114
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual com.google.common.util.concurrent.AbstractCheckedFuture.mapException:(Ljava/lang/Exception;)Ljava/lang/Exception;
            athrow
        end local 4 // java.lang.Exception e
        end local 3 // java.util.concurrent.TimeUnit unit
        end local 1 // long timeout
        end local 0 // com.google.common.util.concurrent.AbstractCheckedFuture this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
            0    7     1  timeout  J
            0    7     3     unit  Ljava/util/concurrent/TimeUnit;
            3    5     4        e  Ljava/lang/InterruptedException;
            6    7     4        e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.InterruptedException
           0     1       5  Class java.util.concurrent.CancellationException
           0     1       5  Class java.util.concurrent.ExecutionException
    Exceptions:
      throws java.util.concurrent.TimeoutException, java.lang.Exception
    Signature: (JLjava/util/concurrent/TimeUnit;)TV;^Ljava/util/concurrent/TimeoutException;^TX;
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
         Name  Flags
      timeout  
      unit     
}
Signature: <V:Ljava/lang/Object;X:Ljava/lang/Exception;>Lcom/google/common/util/concurrent/ForwardingListenableFuture$SimpleForwardingListenableFuture<TV;>;Lcom/google/common/util/concurrent/CheckedFuture<TV;TX;>;
SourceFile: "AbstractCheckedFuture.java"
InnerClasses:
  public abstract SimpleForwardingListenableFuture = com.google.common.util.concurrent.ForwardingListenableFuture$SimpleForwardingListenableFuture of com.google.common.util.concurrent.ForwardingListenableFuture
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
      com.google.common.annotations.GwtIncompatible()