public interface com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4<V1, V2, V3, V4, U>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4
  super_class: java.lang.Object
{
  public abstract U apply(com.google.common.util.concurrent.ClosingFuture$DeferredCloser, V1, V2, V3, );
    descriptor: (Lcom/google/common/util/concurrent/ClosingFuture$DeferredCloser;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception
    Signature: (Lcom/google/common/util/concurrent/ClosingFuture$DeferredCloser;TV1;TV2;TV3;TV4;)TU;
    MethodParameters:
        Name  Flags
      closer  
      value1  
      value2  
      value3  
      value4  
}
Signature: <V1:Ljava/lang/Object;V2:Ljava/lang/Object;V3:Ljava/lang/Object;V4:Ljava/lang/Object;U:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ClosingFuture.java"
NestHost: com.google.common.util.concurrent.ClosingFuture
InnerClasses:
  public final Combiner4 = com.google.common.util.concurrent.ClosingFuture$Combiner4 of com.google.common.util.concurrent.ClosingFuture
  public abstract ClosingFunction4 = com.google.common.util.concurrent.ClosingFuture$Combiner4$ClosingFunction4 of com.google.common.util.concurrent.ClosingFuture$Combiner4
  public final DeferredCloser = com.google.common.util.concurrent.ClosingFuture$DeferredCloser of com.google.common.util.concurrent.ClosingFuture
    RuntimeVisibleAnnotations: 
      java.lang.FunctionalInterface()
    RuntimeVisibleTypeAnnotations: 
      CLASS_TYPE_PARAMETER_BOUND
        org.checkerframework.checker.nullness.qual.Nullable()
      CLASS_TYPE_PARAMETER_BOUND
        org.checkerframework.checker.nullness.qual.Nullable()
      CLASS_TYPE_PARAMETER_BOUND
        org.checkerframework.checker.nullness.qual.Nullable()
      CLASS_TYPE_PARAMETER_BOUND
        org.checkerframework.checker.nullness.qual.Nullable()
      CLASS_TYPE_PARAMETER_BOUND
        org.checkerframework.checker.nullness.qual.Nullable()