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