Uses of Interface
com.google.common.collect.Streams.DoubleFunctionWithIndex
-
Packages that use Streams.DoubleFunctionWithIndex Package Description com.google.common.collect Collection interfaces and implementations, and other utilities for collections. -
-
Uses of Streams.DoubleFunctionWithIndex in com.google.common.collect
Methods in com.google.common.collect with parameters of type Streams.DoubleFunctionWithIndex Modifier and Type Method Description static <R extends @Nullable java.lang.Object>
java.util.stream.Stream<R>Streams. mapWithIndex(java.util.stream.DoubleStream stream, Streams.DoubleFunctionWithIndex<R> function)
Returns a stream consisting of the results of applying the given function to the elements ofstream
and their indexes in the stream.
-