Class TerminalNaryBinaryFunction

All Implemented Interfaces:
ZeroLengthBehaviourI, ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI, JepComponent, PostfixMathCommandI, Serializable

public class TerminalNaryBinaryFunction extends UnaryFunction implements JepComponent, ZeroLengthBehaviourI.DefaultZeroLengthBehaviourI
A terminal function constructed from an NaryBinaryFunction. If the input has a no elements, then the function returns the startVal element, otherwise it applies the function to all elements.
Since:
Jep 4.1, extensions 2.2
See Also: