Interface HasAbs<E extends HasAbs<E>>

    • Method Summary

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

      • abs

        E abs()
        Returns a new expression that returns the absolute value of the result of the current expression.
        Returns:
        the new expression