object Rig extends AdditiveMonoidFunctions[Rig] with MultiplicativeMonoidFunctions[Rig] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rig
  2. Serializable
  3. Serializable
  4. MultiplicativeMonoidFunctions
  5. MultiplicativeSemigroupFunctions
  6. AdditiveMonoidFunctions
  7. AdditiveSemigroupFunctions
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def apply[A](implicit ev: Rig[A]): Rig[A]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def isAdditiveCommutative[A](implicit ev: Rig[A]): Boolean
    Definition Classes
    AdditiveSemigroupFunctions
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def isMultiplicativeCommutative[A](implicit ev: Rig[A]): Boolean
  14. def isOne[A](a: A)(implicit ev0: Rig[A], ev1: Eq[A]): Boolean
  15. def isZero[A](a: A)(implicit ev0: Rig[A], ev1: Eq[A]): Boolean
    Definition Classes
    AdditiveMonoidFunctions
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def one[A](implicit ev: Rig[A]): A
  20. def plus[A](x: A, y: A)(implicit ev: Rig[A]): A
    Definition Classes
    AdditiveSemigroupFunctions
  21. def pow[A](a: A, n: Int)(implicit ev: Rig[A]): A
  22. def product[A](as: TraversableOnce[A])(implicit ev: Rig[A]): A
  23. def sum[A](as: TraversableOnce[A])(implicit ev: Rig[A]): A
    Definition Classes
    AdditiveMonoidFunctions
  24. def sumN[A](a: A, n: Int)(implicit ev: Rig[A]): A
    Definition Classes
    AdditiveSemigroupFunctions
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def times[A](x: A, y: A)(implicit ev: Rig[A]): A
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def tryProduct[A](as: TraversableOnce[A])(implicit ev: Rig[A]): Option[A]
  29. def trySum[A](as: TraversableOnce[A])(implicit ev: Rig[A]): Option[A]
    Definition Classes
    AdditiveSemigroupFunctions
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def zero[A](implicit ev: Rig[A]): A
    Definition Classes
    AdditiveMonoidFunctions

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Serializable

Inherited from AdditiveMonoidFunctions[Rig]

Inherited from AnyRef

Inherited from Any

Ungrouped