Class ChainableUnaryFunction

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

public class ChainableUnaryFunction extends AlternateFunctions implements ChainedFunctionI, DirtyFunction
Converts a UnaryFunction so it can be used in a chain or directly as unary function. If the number of arguments is 0, then the a ChainedUnaryFunction is used, otherwise the function is used normally.
See Also: