SignedSyntax

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 isReal.type
object numeric.type
object truncatedDivision.type
object signed.type

Implicits

Implicits

implicit def signedOps[A : Signed](a: A): SignedOps[A]

Inherited implicits

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