OrderSyntax

trait EqSyntax
class Object
trait Matchable
class Any
trait AllSyntax
object implicits.type
object all.type
object allButCats.type
object fractional.type
object integral.type
object numeric.type
object isReal.type
object truncatedDivision.type
object signed.type
object order.type

Implicits

Implicits

implicit def orderOps[A : Order](a: A): OrderOps[A]

Inherited implicits

implicit def eqOps[A : Eq](a: A): EqOps[A]
Inherited from:
EqSyntax
implicit def partialOrderOps[A : PartialOrder](a: A): PartialOrderOps[A]
Inherited from:
PartialOrderSyntax