Scalax
|
|
scalax/data/Ord.scala
]
trait
Ord[A]
extends
AnyRefMethod Summary | |
abstract def
|
eq (a : A, b : A) : Boolean |
def
|
ge (a : A, b : A) : Boolean |
def
|
gt (a : A, b : A) : Boolean |
def
|
le (a : A, b : A) : Boolean |
abstract def
|
lt (a : A, b : A) : Boolean |
def
|
ne (a : A, b : A) : Boolean |
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 |
Scalax
|
|