Scala Library Documentation
|
|
scala/dbc/value/ExactNumeric.scala
]
object
ExactNumeric
extends
AnyRefMethod Summary | |
implicit def
|
exactNumericToBigDecimal (obj : ExactNumeric[java.math.BigDecimal]) : java.math.BigDecimal |
implicit def
|
exactNumericToBigInteger (obj : ExactNumeric[java.math.BigInteger]) : java.math.BigInteger |
implicit def
|
exactNumericToByte (obj : ExactNumeric[Byte]) : Byte |
implicit def
|
exactNumericToInt (obj : ExactNumeric[Int]) : Int |
implicit def
|
exactNumericToLong (obj : ExactNumeric[Long]) : Long |
implicit def
|
exactNumericToShort (obj : ExactNumeric[Short]) : Short |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
implicit
def
exactNumericToByte(obj : ExactNumeric[Byte]) : Byte
implicit
def
exactNumericToShort(obj : ExactNumeric[Short]) : Short
implicit
def
exactNumericToInt(obj : ExactNumeric[Int]) : Int
implicit
def
exactNumericToLong(obj : ExactNumeric[Long]) : Long
implicit
def
exactNumericToBigInteger(obj : ExactNumeric[java.math.BigInteger]) : java.math.BigInteger
implicit
def
exactNumericToBigDecimal(obj : ExactNumeric[java.math.BigDecimal]) : java.math.BigDecimal
Scala Library Documentation
|
|