Class DelegatedFunction

java.lang.Object
org.pipservices3.expressions.calculator.functions.DelegatedFunction
All Implemented Interfaces:
IFunction

public class DelegatedFunction extends Object implements IFunction
  • Constructor Details

    • 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.
  • Method Details