ExtraImplicits

class Object
trait Matchable
class Any
object Implicits.type

Implicits

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.

Source:
Integral.scala