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