Interface Ring<R>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      R times​(R that)
      Returns the product of this object with the one specified.
      • Methods inherited from interface javolution.lang.ValueType

        copy
    • Method Detail

      • times

        R times​(R that)
        Returns the product of this object with the one specified.
        Parameters:
        that - the object multiplier.
        Returns:
        this · that.