Interface RealValuedFunctThreeOps

All Superinterfaces:
RealValuedFunctVAOps
All Known Implementing Classes:
RealValuedFunctionThree
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 RealValuedFunctThreeOps extends RealValuedFunctVAOps
Interface representing a real-valued function of two arguments. This interface provides a single method associated with a real-valued function: methods that compute a function's domain and its derivatives are missing.