public interface com.google.common.collect.Streams$LongFunctionWithIndex<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.google.common.collect.Streams$LongFunctionWithIndex
  super_class: java.lang.Object
{
  public abstract R apply(long, );
    descriptor: (JJ)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: (JJ)TR;
    MethodParameters:
       Name  Flags
      from   
      index  
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "Streams.java"
NestHost: com.google.common.collect.Streams
InnerClasses:
  public abstract LongFunctionWithIndex = com.google.common.collect.Streams$LongFunctionWithIndex of com.google.common.collect.Streams
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()