Class DelegatedFunction

    • Constructor Detail

      • DelegatedFunction

        public DelegatedFunction​(String name,
                                 FunctionCalculator calculator)
        Constructs this function class with specified parameters.
        Parameters:
        name - The name of this function.
        calculator - The function calculator delegate.