class com.google.common.util.concurrent.Futures$MappingCheckedFuture<V, X extends java.lang.Exception> extends com.google.common.util.concurrent.AbstractCheckedFuture<V, X>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.util.concurrent.Futures$MappingCheckedFuture
  super_class: com.google.common.util.concurrent.AbstractCheckedFuture
{
  final com.google.common.base.Function<? super java.lang.Exception, X> mapper;
    descriptor: Lcom/google/common/base/Function;
    flags: (0x0010) ACC_FINAL
    Signature: Lcom/google/common/base/Function<-Ljava/lang/Exception;TX;>;

  void <init>(com.google.common.util.concurrent.ListenableFuture<V>, com.google.common.base.Function<? super java.lang.Exception, X>);
    descriptor: (Lcom/google/common/util/concurrent/ListenableFuture;Lcom/google/common/base/Function;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.util.concurrent.Futures$MappingCheckedFuture this
        start local 1 // com.google.common.util.concurrent.ListenableFuture delegate
        start local 2 // com.google.common.base.Function mapper
         0: .line 1579
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial com.google.common.util.concurrent.AbstractCheckedFuture.<init>:(Lcom/google/common/util/concurrent/ListenableFuture;)V
         1: .line 1581
            aload 0 /* this */
            aload 2 /* mapper */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.base.Function
            putfield com.google.common.util.concurrent.Futures$MappingCheckedFuture.mapper:Lcom/google/common/base/Function;
         2: .line 1582
            return
        end local 2 // com.google.common.base.Function mapper
        end local 1 // com.google.common.util.concurrent.ListenableFuture delegate
        end local 0 // com.google.common.util.concurrent.Futures$MappingCheckedFuture this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/google/common/util/concurrent/Futures$MappingCheckedFuture<TV;TX;>;
            0    3     1  delegate  Lcom/google/common/util/concurrent/ListenableFuture<TV;>;
            0    3     2    mapper  Lcom/google/common/base/Function<-Ljava/lang/Exception;TX;>;
    Signature: (Lcom/google/common/util/concurrent/ListenableFuture<TV;>;Lcom/google/common/base/Function<-Ljava/lang/Exception;TX;>;)V
    MethodParameters:
          Name  Flags
      delegate  
      mapper    

  protected X mapException(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)Ljava/lang/Exception;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.util.concurrent.Futures$MappingCheckedFuture this
        start local 1 // java.lang.Exception e
         0: .line 1586
            aload 0 /* this */
            getfield com.google.common.util.concurrent.Futures$MappingCheckedFuture.mapper:Lcom/google/common/base/Function;
            aload 1 /* e */
            invokeinterface com.google.common.base.Function.apply:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Exception
            areturn
        end local 1 // java.lang.Exception e
        end local 0 // com.google.common.util.concurrent.Futures$MappingCheckedFuture this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/util/concurrent/Futures$MappingCheckedFuture<TV;TX;>;
            0    1     1     e  Ljava/lang/Exception;
    Signature: (Ljava/lang/Exception;)TX;
    MethodParameters:
      Name  Flags
      e     
}
Signature: <V:Ljava/lang/Object;X:Ljava/lang/Exception;>Lcom/google/common/util/concurrent/AbstractCheckedFuture<TV;TX;>;
SourceFile: "Futures.java"
NestHost: com.google.common.util.concurrent.Futures
InnerClasses:
  private MappingCheckedFuture = com.google.common.util.concurrent.Futures$MappingCheckedFuture of com.google.common.util.concurrent.Futures
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()