|
Scala Library Documentation
|
|
scala/dbc/value/ExactNumeric.scala]
object
ExactNumeric
extends AnyRef| Method Summary | |
implicit def
|
exactNumericToBigDecimal (obj : ExactNumeric[BigDecimal]) : BigDecimal |
implicit def
|
exactNumericToBigInteger (obj : ExactNumeric[BigInteger]) : 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[BigInteger]) : BigInteger
implicit
def
exactNumericToBigDecimal(obj : ExactNumeric[BigDecimal]) : BigDecimal
|
Scala Library Documentation
|
|