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