scala.math.Numeric.LongIsIntegral
Ops
class
Ops extends AnyRef
Value Members
-
def
*(rhs: T): T
-
def
+(rhs: T): T
-
def
-(rhs: T): T
-
def
abs(): T
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
signum(): Int
-
def
toDouble(): Double
-
def
toFloat(): Float
-
def
toInt(): Int
-
def
toLong(): Long
-
def
toString(): String
-
def
unary_-(): T
Instance constructors
-
new
Ops(lhs: T)
-
new
Ops()