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