Implicits

scala.math.Integral.Implicits
object Implicits extends ExtraImplicits

Attributes

Source
Integral.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Implicits.type

Members list

Implicits

Inherited 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

Inherited from:
ExtraImplicits
Source
Integral.scala