Uses of Interface
com.google.common.collect.Streams.LongFunctionWithIndex
- 
Packages that use Streams.LongFunctionWithIndex Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections.
- 
- 
Uses of Streams.LongFunctionWithIndex in com.google.common.collectMethods in com.google.common.collect with parameters of type Streams.LongFunctionWithIndex Modifier and Type Method Description static <R extends @Nullable Object>
 Stream<R>Streams. mapWithIndex(LongStream stream, Streams.LongFunctionWithIndex<R> function)Returns a stream consisting of the results of applying the given function to the elements ofstreamand their indexes in the stream.
 
-