Interface HasNegate<E extends HasNegate<E>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      E negate()
      Returns a new expression that returns the absolute value of the result of the current expression.
    • Method Detail

      • negate

        E negate()
        Returns a new expression that returns the absolute value of the result of the current expression. For an example, a positive value will become negative and a negative value will become positive.
        Returns:
        the new expression