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