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