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