Class NullWrappedNary

All Implemented Interfaces:
NullWrappedFunctionI, PostfixMathCommandI, Serializable

public class NullWrappedNary extends NaryFunction implements NullWrappedFunctionI
Wrap an NaryFunction with a new function so that if any argument is null, then null is returned.
Since:
3.4
Author:
Richard Morris
See Also: