Implicits

object Implicits extends ExtraImplicits
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def infixIntegralOps[T](x: T)(implicit num: Integral[T]): IntegralOps

The regrettable design of Numeric/Integral/Fractional has them all bumping into one another when searching for this implicit, so they are exiled into their own companions.

The regrettable design of Numeric/Integral/Fractional has them all bumping into one another when searching for this implicit, so they are exiled into their own companions.

Inherited from:
ExtraImplicits
Source:
Integral.scala