object CommutativeSemifield extends AdditiveMonoidFunctions[CommutativeSemifield] with MultiplicativeGroupFunctions[CommutativeSemifield] with Serializable

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

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 r: CommutativeSemifield[A]): CommutativeSemifield[A]
    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. def div[A](x: A, y: A)(implicit ev: CommutativeSemifield[A]): A
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def isAdditiveCommutative[A](implicit ev: CommutativeSemifield[A]): Boolean
    Definition Classes
    AdditiveSemigroupFunctions
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isMultiplicativeCommutative[A](implicit ev: CommutativeSemifield[A]): Boolean
  16. def isOne[A](a: A)(implicit ev0: CommutativeSemifield[A], ev1: Eq[A]): Boolean
  17. def isZero[A](a: A)(implicit ev0: CommutativeSemifield[A], ev1: Eq[A]): Boolean
    Definition Classes
    AdditiveMonoidFunctions
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. def one[A](implicit ev: CommutativeSemifield[A]): A
  22. def plus[A](x: A, y: A)(implicit ev: CommutativeSemifield[A]): A
    Definition Classes
    AdditiveSemigroupFunctions
  23. def pow[A](a: A, n: Int)(implicit ev: CommutativeSemifield[A]): A
  24. def product[A](as: TraversableOnce[A])(implicit ev: CommutativeSemifield[A]): A
    Definition Classes
    MultiplicativeMonoidFunctions
    Annotations
    @nowarn()
  25. def reciprocal[A](x: A)(implicit ev: CommutativeSemifield[A]): A
  26. def sum[A](as: TraversableOnce[A])(implicit ev: CommutativeSemifield[A]): A
    Definition Classes
    AdditiveMonoidFunctions
    Annotations
    @nowarn()
  27. def sumN[A](a: A, n: Int)(implicit ev: CommutativeSemifield[A]): A
    Definition Classes
    AdditiveSemigroupFunctions
  28. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  29. def times[A](x: A, y: A)(implicit ev: CommutativeSemifield[A]): A
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. def tryProduct[A](as: TraversableOnce[A])(implicit ev: CommutativeSemifield[A]): Option[A]
    Definition Classes
    MultiplicativeSemigroupFunctions
    Annotations
    @nowarn()
  32. def trySum[A](as: TraversableOnce[A])(implicit ev: CommutativeSemifield[A]): Option[A]
    Definition Classes
    AdditiveSemigroupFunctions
    Annotations
    @nowarn()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  36. def zero[A](implicit ev: CommutativeSemifield[A]): A
    Definition Classes
    AdditiveMonoidFunctions

Ungrouped