ConvertableFromSyntax

class Object
trait Matchable
class Any
trait AllSyntax
object implicits.type
object all.type
object allButCats.type
object fractional.type
object integral.type
object numeric.type
object convertableFrom.type

Extensions

Extensions

extension [A](lhs: A)
def toBigInt(using cf: ConvertableFrom[A]): BigInt
def toByte(using cf: ConvertableFrom[A]): Byte
def toDouble(using cf: ConvertableFrom[A]): Double
def toFloat(using cf: ConvertableFrom[A]): Float
def toInt(using cf: ConvertableFrom[A]): Int
def toLong(using cf: ConvertableFrom[A]): Long
def toShort(using cf: ConvertableFrom[A]): Short
def toString(using cf: ConvertableFrom[A]): String