ConvertableFrom

Companion:
object
class Any
trait Integral[A]
trait Fractional[A]
trait Numeric[A]

Value members

Abstract methods

def toBigInt(a: A): BigInt
def toByte(a: A): Byte
def toDouble(a: A): Double
def toFloat(a: A): Float
def toInt(a: A): Int
def toLong(a: A): Long
def toNumber(a: A): Number
def toRational(a: A): Rational
def toReal(a: A): Real
def toShort(a: A): Short
def toString(a: A): String
def toType[B : ConvertableTo](a: A): B