Uses of Interface
com.google.common.collect.Streams.FunctionWithIndex
Package
Description
Collection interfaces and implementations, and other utilities for collections.
-
Uses of Streams.FunctionWithIndex in com.google.common.collect
Modifier and TypeMethodDescriptionStreams.mapWithIndex
(Stream<T> stream, Streams.FunctionWithIndex<? super T, ? extends R> function) Returns a stream consisting of the results of applying the given function to the elements ofstream
and their indices in the stream.