@FunctionalInterface public interface DoubleTernaryOperator
All the inputs and outputs are of type double.
| Modifier and Type | Method and Description |
|---|---|
double |
applyAsDouble(double a,
double b,
double c)
Applies the function.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.