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