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