Uses of Interface
com.opengamma.strata.collect.function.IntDoubleToDoubleFunction
-
Packages that use IntDoubleToDoubleFunction Package Description com.opengamma.strata.collect.array Array data structures. -
-
Uses of IntDoubleToDoubleFunction in com.opengamma.strata.collect.array
Methods in com.opengamma.strata.collect.array with parameters of type IntDoubleToDoubleFunction Modifier and Type Method Description DoubleArray
DoubleArray. mapWithIndex(IntDoubleToDoubleFunction function)
Returns an instance with an operation applied to each indexed value in the array.
-