scala.math.Numeric
LongIsIntegral
Inherited
- Hide All
- Show all
- LongOrdering
- LongIsIntegral
- Integral
- Numeric
- Ordering
- PartialOrdering
- Equiv
- Comparator
- AnyRef
- Any
Value Members
-
def
!=(arg0: AnyRef): Boolean
-
def
!=(arg0: Any): Boolean
-
def
##(): Int
-
def
$asInstanceOf[T0](): T0
-
def
$isInstanceOf[T0](): Boolean
-
def
==(arg0: AnyRef): Boolean
-
def
==(arg0: Any): Boolean
-
def
abs(x: T): T
-
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
compare(x: Long, y: Long): Int
-
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
equiv(x: T, y: T): Boolean
-
def
finalize(): Unit
-
def
fromInt(x: Int): Long
-
def
getClass(): java.lang.Class[_ <: java.lang.Object]
-
def
gt(x: T, y: T): Boolean
-
def
gteq(x: T, y: T): Boolean
-
def
hashCode(): Int
-
def
isInstanceOf[T0]: Boolean
-
def
lt(x: T, y: T): Boolean
-
def
lteq(x: T, y: T): Boolean
-
def
max(x: T, y: T): T
-
def
min(x: T, y: T): T
-
def
minus(x: Long, y: Long): Long
-
implicit def
mkNumericOps(lhs: T): IntegralOps
-
implicit def
mkOrderingOps(lhs: T): Ops
-
def
ne(arg0: AnyRef): Boolean
-
def
negate(x: Long): Long
-
def
notify(): Unit
-
def
notifyAll(): Unit
-
def
on[U](f: (U) ⇒ T): Ordering[U]
-
def
one: T
-
def
plus(x: Long, y: Long): Long
-
def
quot(x: Long, y: Long): Long
-
def
rem(x: Long, y: Long): Long
-
-
def
signum(x: T): Int
-
def
synchronized[T0](arg0: T0): T0
-
def
times(x: Long, y: Long): Long
-
def
toDouble(x: Long): Double
-
def
toFloat(x: Long): Float
-
def
toInt(x: Long): Int
-
def
toLong(x: Long): Long
-
def
toString(): String
-
def
tryCompare(x: T, y: T): Some[Int]
-
def
wait(): Unit
-
def
wait(arg0: Long, arg1: Int): Unit
-
def
wait(arg0: Long): Unit
-
def
zero: T