| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |
trait BasicTypesHelpers
extends
ScalaObject
| != |
final def !=(arg0 : Any)
|
Boolean | Any |
| != |
final def !=(arg0 : Object)
|
Boolean | AnyRef |
| == |
final def ==(arg0 : Object)
|
Boolean | AnyRef |
| == |
final def ==(arg0 : Any)
|
Boolean | Any |
| asInstanceOf |
final def asInstanceOf[T0]
|
T0 | Any |
| asInt |
def asInt(in : String)
Safely convert the specified String to an Int
|
Box[Int] | |
| asLong |
def asLong(in : String)
Safely convert the specified String to a Long
|
Box[Long] | |
| boolean2 |
implicit def boolean2(b : => Boolean)
Allows an implicit transform from a Boolean to a Boolean2, allowing expressions such as:
(1 == 2) ? "a" | "b" (This expression will return "b")
[details]
|
Boolean2 | |
| clone |
protected def clone
|
Object | AnyRef |
| eq |
final def eq(arg0 : Object)
|
Boolean | AnyRef |
| equals |
def equals(arg0 : Any)
|
Boolean | AnyRef |
| finalize |
protected def finalize
|
Unit | AnyRef |
| getClass |
final def getClass
|
Class[Any] | AnyRef |
| hashCode |
def hashCode
|
Int | AnyRef |
| isEq |
def isEq(a : Array[Byte], b : Array[Byte])
Compare two arrays of Byte for byte equality
[details]
|
Boolean | |
| isInstanceOf |
final def isInstanceOf[T0]
|
Boolean | Any |
| ne |
final def ne(arg0 : Object)
|
Boolean | AnyRef |
| notEq |
def notEq(a : Array[Byte], b : Array[Byte])
Compare two arrays of Byte for byte equality
[details]
|
Boolean | |
| notify |
final def notify
|
Unit | AnyRef |
| notifyAll |
final def notifyAll
|
Unit | AnyRef |
| synchronized |
final def synchronized[T0](arg0 : T0)
|
T0 | AnyRef |
| toBoolean |
def toBoolean(in : Any)
Convert any object to an "equivalent" Boolean depending on its value
|
Boolean | |
| toByteArrayInputStream |
def toByteArrayInputStream(in : InputStream)
Convert any InputStream to a ByteArrayInputStream
|
ByteArrayInputStream | |
| toInt |
def toInt(in : Any)
Convert any object to an "equivalent" Int depending on its value
|
Int | |
| toLong |
def toLong(in : Any)
Convert any object to an "equivalent" Long depending on its value
|
Long | |
| toOptiCons |
implicit def toOptiCons(expr : => Boolean)
Implicit transformation from a Boolean expression to an OptionalCons object so
that an element can be added to a list if the expression is true
|
OptionalCons | |
| toString |
def toString
|
String | AnyRef |
| wait |
final def wait
|
Unit | AnyRef |
| wait |
final def wait(arg0 : Long)
|
Unit | AnyRef |
| wait |
final def wait(arg0 : Long, arg1 : Int)
|
Unit | AnyRef |
| OVERVIEW | PACKAGE | CONSTR | FIELDS | METHODS | FRAMES NO FRAMES | INHERITED |