Class IsNull

All Implemented Interfaces:
NullWrappedPassThroughFunction, PostfixMathCommandI, Serializable

public class IsNull extends UnaryFunction implements NullWrappedPassThroughFunction
Tests if a null value is encountered. The result is true if the argument is null, false otherwise.
Author:
Richard Morris
See Also:
  • Constructor Details

    • IsNull

      public IsNull()
  • Method Details

    • eval

      public Object eval(Object arg)
      Description copied from class: UnaryFunction
      Evaluate the function
      Specified by:
      eval in class UnaryFunction
      Parameters:
      arg - the single argument passed in
      Returns:
      the result of the function