Uses of Interface
com.google.common.collect.Streams.IntFunctionWithIndex
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Streams.IntFunctionWithIndex in com.google.common.collect
Modifier and TypeMethodDescriptionStreams.mapWithIndex
(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.