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