Abstract Value Members
-
abstract
def
abs(a: A): A
-
abstract
def
compare(x: A, y: A): Int
-
abstract
def
eqv(x: A, y: A): Boolean
-
abstract
def
fromBigDecimal(n: BigDecimal): A
-
abstract
def
fromBigInt(n: BigInt): A
-
abstract
def
fromByte(n: Byte): A
-
abstract
def
fromDouble(n: Double): A
-
abstract
def
fromFloat(n: Float): A
-
abstract
def
fromLong(n: Long): A
-
abstract
def
fromRational(n: Rational): A
-
abstract
def
fromShort(n: Short): A
-
abstract
def
fromType[B](b: B)(implicit arg0: ConvertableFrom[B]): A
-
abstract
def
gcd(a: A, b: A): A
-
abstract
def
mod(a: A, b: A): A
-
abstract
def
negate(x: A): A
-
abstract
def
one: A
-
abstract
def
plus(x: A, y: A): A
-
abstract
def
quot(a: A, b: A): A
-
abstract
def
signum(a: A): Int
-
abstract
def
times(x: A, y: A): A
-
abstract
def
toBigDecimal(a: A): BigDecimal
-
abstract
def
toBigInt(a: A): BigInt
-
abstract
def
toByte(a: A): Byte
-
abstract
def
toDouble(a: A): Double
-
abstract
def
toFloat(a: A): Float
-
abstract
def
toInt(a: A): Int
-
abstract
def
toLong(a: A): Long
-
abstract
def
toNumber(a: A): Number
-
abstract
def
toRational(a: A): Rational
-
abstract
def
toShort(a: A): Short
-
abstract
def
toString(a: A): String
-
abstract
def
toType[B](a: A)(implicit arg0: ConvertableTo[B]): B
-
abstract
def
zero: A
Concrete 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
-
def
additive: AbGroup[A]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
final
def
euclid(a: A, b: A)(implicit eq: Eq[A]): A
-
def
finalize(): Unit
-
def
fromInt(n: Int): A
-
final
def
getClass(): java.lang.Class[_]
-
def
gt(x: A, y: A): Boolean
-
def
gteqv(x: A, y: A): Boolean
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
isNegative(x: A): Boolean
-
def
isNonzero(x: A): Boolean
-
def
isPositive(x: A): Boolean
-
def
isZero(x: A): Boolean
-
def
lt(x: A, y: A): Boolean
-
def
lteqv(x: A, y: A): Boolean
-
def
max(x: A, y: A): A
-
def
min(x: A, y: A): A
-
def
minus(x: A, y: A): A
-
def
multiplicative: Monoid[A]
-
final
def
ne(arg0: AnyRef): Boolean
-
def
neqv(x: A, y: A): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
on[B](f: (B) ⇒ A): Order[B]
-
def
pow(a: A, n: Int): A
-
def
quotmod(a: A, b: A): (A, A)
-
def
reverse: Order[A]
-
def
sign(a: A): Sign
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Inherited from AnyRef
Inherited from Any