Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
final
def
additive[A](implicit ev: AdditiveGroup[A]): Group[A]
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
isAdditiveCommutative[A](implicit ev: AdditiveGroup[A]): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isZero[A](a: A)(implicit ev0: AdditiveGroup[A], ev1: Eq[A]): Boolean
-
def
minus[A](x: A, y: A)(implicit ev: AdditiveGroup[A]): A
-
final
def
ne(arg0: AnyRef): Boolean
-
def
negate[A](x: A)(implicit ev: AdditiveGroup[A]): A
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
plus[A](x: A, y: A)(implicit ev: AdditiveGroup[A]): A
-
def
sum[A](as: TraversableOnce[A])(implicit ev: AdditiveGroup[A]): A
-
def
sumN[A](a: A, n: Int)(implicit ev: AdditiveGroup[A]): A
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
trySum[A](as: TraversableOnce[A])(implicit ev: AdditiveGroup[A]): Option[A]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
zero[A](implicit ev: AdditiveGroup[A]): A
Inherited from Serializable
Inherited from AnyRef
Inherited from Any