net.finmath.functions
Interface DoubleTernaryOperator
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface DoubleTernaryOperatorFunctional interface for functions mapping (double,double,double) to double.- See Also:
DoubleUnaryOperator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doubleapplyAsDouble(double x, double y, double z)Applies this operator to the given operands.
-
DataMelt 3.0 © DataMelt by jWork.ORG