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