Class NullWrappedBinary

All Implemented Interfaces:
NullWrappedFunctionI, PostfixMathCommandI, Serializable

public class NullWrappedBinary extends BinaryFunction implements NullWrappedFunctionI
Null wrapped version of a binary function. Both null OP any and any OP null both return null otherwise the same value as the original is returned.
Since:
3.4
Author:
Richard Morris
See Also: