Generated by
JDiff

Interface com.google.common.collect.Streams.FunctionWithIndex

Changed Methods
R extends Object apply(T, extends, Object, long) Change in return type from R to (R extends Object).
Change in signature from (T, long) to (T extends Object, long).
Applies this function to the given argument and its index within a stream.