Uses of Interface
com.opengamma.strata.collect.function.IntTernaryOperator
-
Packages that use IntTernaryOperator Package Description com.opengamma.strata.collect.array Array data structures. -
-
Uses of IntTernaryOperator in com.opengamma.strata.collect.array
Methods in com.opengamma.strata.collect.array with parameters of type IntTernaryOperator Modifier and Type Method Description int
IntArray. combineReduce(IntArray other, IntTernaryOperator operator)
Combines this array and the other array returning a reduced value.
-