scala.Integral

class IntegralOps

[source: scala/Integral.scala]

class IntegralOps(lhs : T)
extends Ops
Method Summary
def % (rhs : T) : T
def / (rhs : T) : T
Methods inherited from Ops
+, -, *, unary_-, abs, signum, toInt, toLong, toFloat, toDouble
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def /(rhs : T) : T

def %(rhs : T) : T