Scalax
|
|
scalax/data/Implicits.scala
]
implicit
object
LongProps
extends
Ord[Long] with
MonoidWithPlus[Long]Method Summary | |
def
|
eq (a : Long, b : Long) : Boolean |
def
|
lt (a : Long, b : Long) : Boolean |
def
|
plus (a : Long, b : Long) : Long |
def
|
zero : Long |
Methods inherited from Ord | |
ne, le, ge, gt |
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
|
|