Class ChainableGeneralFunction

All Implemented Interfaces:
ChainedFunctionI, DirtyFunction, CallbackEvaluationI, JepComponent, PostfixMathCommandI, Serializable

public class ChainableGeneralFunction extends OverloadedFunctionByStructure implements ChainedFunctionI, DirtyFunction
Converts a NaryFunction so it can be used in a chain or directly as Nary function. If the number of arguments is 1, then the a ChainedNaryFunction is used, otherwise the function is used normally.
See Also: