Uses of Interface
com.opengamma.strata.collect.function.IntDoubleConsumer
-
Packages that use IntDoubleConsumer Package Description com.opengamma.strata.collect.array Array data structures. -
-
Uses of IntDoubleConsumer in com.opengamma.strata.collect.array
Methods in com.opengamma.strata.collect.array with parameters of type IntDoubleConsumer Modifier and Type Method Description void
DoubleArray. forEach(IntDoubleConsumer action)
Applies an action to each value in the array.
-