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