class RingOps[E] extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RingOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RingOps(self: E)(ring: Ring[E])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def %(other: E): E
  4. def %(other: Int): E
  5. def *(other: E): E
  6. def *(other: Int): E
  7. def **(exponent: Int): E
  8. def *=(other: Int): E
  9. def *=(other: E): E
  10. def +(other: E): E
  11. def +(other: Int): E
  12. def ++: E
  13. def +=(other: Int): E
  14. def +=(other: E): E
  15. def -(other: E): E
  16. def -(other: Int): E
  17. def --: E
  18. def -=(other: Int): E
  19. def -=(other: E): E
  20. def /(other: E): E
  21. def /(other: Int): E
  22. def /%(other: E): (E, E)
  23. def /%(other: Int): (E, E)
  24. def <(other: E): Boolean
  25. def <=(other: E): Boolean
  26. def =!=(other: E): Boolean
  27. def =!=(other: Long): Boolean
  28. def =!=(other: Int): Boolean
  29. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  30. def ===(other: E): Boolean
  31. def ===(other: Long): Boolean
  32. def ===(other: Int): Boolean
  33. def >(other: E): Boolean
  34. def >=(other: E): Boolean
  35. def ^(exponent: Int): E
  36. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  37. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  38. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  40. def gcd(other: E): E
  41. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  42. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  46. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  47. def pow(exponent: Int): E
  48. def println(): Unit
  49. def reciprocal: E
  50. def show: String
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def unary_+: E
  54. def unary_-: E
  55. def unary_-=: E
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. def ~!=(other: E): Boolean
  60. def ~==(other: E): Boolean

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped