Package com.google.common.collect
Interface Streams.IntFunctionWithIndex<R extends @Nullable java.lang.Object>
- 
- Enclosing class:
- Streams
 
 public static interface Streams.IntFunctionWithIndex<R extends @Nullable java.lang.Object> An analogue ofIntFunctionalso accepting an index.This interface is only intended for use by callers of Streams.mapWithIndex(IntStream, IntFunctionWithIndex).- Since:
- 21.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(int from, long index)Applies this function to the given argument and its index within a stream.
 
-