Uses of Interface
com.google.common.collect.Streams.FunctionWithIndex
-
Packages that use Streams.FunctionWithIndex Package Description com.google.common.collect This package contains generic collection interfaces and implementations, and other utilities for working with collections. -
-
Uses of Streams.FunctionWithIndex in com.google.common.collect
Methods in com.google.common.collect with parameters of type Streams.FunctionWithIndex Modifier and Type Method Description static <T extends @Nullable Object,R extends @Nullable Object>
Stream<R>Streams. 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.
-