scala.math.Ordering.UnitOrdering
Ops
class
Ops extends AnyRef
Value Members
-
def
<(rhs: T): Boolean
-
def
<=(rhs: T): Boolean
-
def
>(rhs: T): Boolean
-
def
>=(rhs: T): Boolean
-
def
equals(arg0: Any): Boolean
-
def
equiv(rhs: T): Boolean
-
def
hashCode(): Int
-
def
max(rhs: T): T
-
def
min(rhs: T): T
-
def
toString(): String
Instance constructors
-
new
Ops(lhs: T)
-
new
Ops()