Class NullWrappedPfmc

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.misc.nullwrapper.functions.NullWrappedPfmc
All Implemented Interfaces:
NullWrappedFunctionI, PostfixMathCommandI, Serializable

public class NullWrappedPfmc extends PostfixMathCommand implements NullWrappedFunctionI
Wrap a general PostfixMathCommand so that if any argument is null the function will return null.
Since:
3.4
Author:
Richard Morris
See Also: