Class Reduced


public class Reduced extends AReturn
  • Constructor Details

    • Reduced

      public Reduced(ACell value)
  • Method Details

    • wrap

      public static Reduced wrap(ACell value)
    • getCode

      public ACell getCode()
      Description copied from class: AExceptional
      Returns the Exception code for this exceptional value
      Specified by:
      getCode in class AExceptional
      Returns:
      Exception Code
    • getMessage

      public ACell getMessage()
      Description copied from class: AExceptional
      Gets the message for an exceptional value. May or may not be meaningful.
      Specified by:
      getMessage in class AExceptional
      Returns:
      Exception Message
    • getValue

      public ACell getValue()