ExtraImplicits

scala.math.Integral.ExtraImplicits

Attributes

Source
Integral.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Implicits

Members list

Implicits

Implicits

implicit def infixIntegralOps[T](x: T)(implicit num: Integral[T]): 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.

Attributes

Source
Integral.scala