org
.
dsa
.
iot
.
ignition
RichValue
Related Doc:
package ignition
implicit final
class
RichValue
extends
AnyVal
An extension to Value providing some handy accessors.
Linear Supertypes
AnyVal
,
Any
Ordering
Alphabetic
By Inheritance
Inherited
RichValue
AnyVal
Any
Hide All
Show All
Visibility
Public
All
Instance Constructors
new
RichValue
(
self:
Value
)
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
Any
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
getBoolean
:
Boolean
def
getClass
()
:
Class
[_ <:
AnyVal
]
Definition Classes
AnyVal → Any
def
getDouble
:
Double
def
getInt
:
Int
def
getJavaList
:
List
[_]
def
getJavaMap
:
Map
[_, _]
def
getList
:
List
[
Any
]
def
getLong
:
Long
def
getMap
:
Map
[
String
,
Any
]
def
getNumber
:
Number
def
getString
:
String
def
getType
:
ValueType
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
val
self
:
Value
def
toString
()
:
String
Definition Classes
RichValue
→ Any
Inherited from
AnyVal
Inherited from
Any
Ungrouped
An extension to Value providing some handy accessors.