- Enclosing class:
 Streams
An analogue of 
IntFunction also accepting an index.
This interface is only intended for use by callers of Streams.mapWithIndex(IntStream, IntFunctionWithIndex).
- Since:
 - 21.0 (but only since 33.4.0 in the Android flavor)
 
- 
Method Summary
 
- 
Method Details
- 
apply
Applies this function to the given argument and its index within a stream. 
 -