Uses of Interface
com.google.common.collect.Streams.FunctionWithIndex
- 
Packages that use Streams.FunctionWithIndex Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections.
- 
- 
Uses of Streams.FunctionWithIndex in com.google.common.collectMethods in com.google.common.collect with parameters of type Streams.FunctionWithIndex Modifier and Type Method Description static <T extends @Nullable java.lang.Object,R extends @Nullable java.lang.Object>
 java.util.stream.Stream<R>Streams. mapWithIndex(java.util.stream.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 ofstreamand their indices in the stream.
 
-