Scala Library Documentation
|
|
scala/dbc/value/Conversion.scala
]
object
Conversion
extends
AnyRefMethod Summary | |
implicit def
|
view1 (value : Value) : Byte |
implicit def
|
view10 (value : Value) : String |
implicit def
|
view2 (value : Value) : Short |
implicit def
|
view3 (value : Value) : Int |
implicit def
|
view4 (value : Value) : Long |
implicit def
|
view5 (value : Value) : BigInteger |
implicit def
|
view6 (value : Value) : BigDecimal |
implicit def
|
view7 (value : Value) : Float |
implicit def
|
view8 (value : Value) : Double |
implicit def
|
view9 (value : Value) : Boolean |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Class Summary | |
class
|
Illegal
(msg : String) extends Exception with AnyRef
|
Method Details |
Scala Library Documentation
|
|