scala.runtime
ScalaNumberProxy
Instance Constructors
-
new
ScalaNumberProxy
()(implicit arg0: Numeric[T])
Abstract Value Members
-
def
isWhole
(): Boolean
-
def
self
: T
Concrete Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
-
def
##
(): Int
-
def
<
(that: T): Boolean
-
def
<=
(that: T): Boolean
-
def
==
(arg0: AnyRef): Boolean
-
-
def
>
(that: T): Boolean
-
def
>=
(that: T): Boolean
-
def
abs
: T
-
def
asInstanceOf
[T0]
: T0
-
def
byteValue
(): Byte
-
def
clone
(): AnyRef
-
def
compare
(y: T): Int
-
def
compareTo
(that: T): Int
-
def
doubleValue
(): Double
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(that: Any): Boolean
-
def
finalize
(): Unit
-
def
floatValue
(): Float
-
def
getClass
(): java.lang.Class[_ <: java.lang.Object]
-
def
hashCode
(): Int
-
def
intValue
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
isValidByte
: Boolean
-
def
isValidChar
: Boolean
-
def
isValidInt
: Boolean
-
def
isValidShort
: Boolean
-
def
longValue
(): Long
-
def
max
(that: T): T
-
def
min
(that: T): T
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
val
ord
: Ordering[T]
-
def
shortValue
(): Short
-
def
signum
: Int
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toByte
: Byte
-
def
toChar
: Char
-
def
toDouble
: Double
-
def
toFloat
: Float
-
def
toInt
: Int
-
def
toLong
: Long
-
def
toShort
: Short
-
def
toString
(): String
-
def
underlying
(): AnyRef
-
def
unifiedPrimitiveEquals
(x: Any): Boolean
-
def
unifiedPrimitiveHashcode
(): Int
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Value Members
-
def
compare
(y: T): Int
Inherited from Typed[T]
Value Members
-
def
self
: T
Inherited from Proxy
Value Members
-
def
equals
(that: Any): Boolean
-
def
hashCode
(): Int
-
def
toString
(): String
Inherited from ScalaNumber
Value Members
-
def
isWhole
(): Boolean
Inherited from Number
Value Members
-
def
byteValue
(): Byte
-
def
shortValue
(): Short
Inherited from AnyRef
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_ <: java.lang.Object]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Any
Value Members
-
-
-
def
asInstanceOf
[T0]
: T0
-
def
isInstanceOf
[T0]
: Boolean
Base classes for the Rich* wrappers of the primitive types. As with all classes in scala.runtime.*, this is not a supported API.
2.9
2.9