io
.
prediction
.
data
.
storage
DataMap
case class
DataMap
(
fields:
Map
[
String
,
JValue
]
)
extends
Serializable
with
Product
Linear Supertypes
Product
,
Equals
,
Serializable
,
Serializable
,
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
DataMap
Product
Equals
Serializable
Serializable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
DataMap
(
fields:
Map
[
String
,
JValue
]
)
Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
++
(
that:
DataMap
)
:
DataMap
def
--
(
that:
GenTraversableOnce
[
String
]
)
:
DataMap
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
val
fields
:
Map
[
String
,
JValue
]
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
implicit
lazy val
formats
:
Formats
def
get
[
T
]
(
name:
String
)
(
implicit
arg0:
Manifest
[
T
]
)
:
T
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
getOpt
[
T
]
(
name:
String
)
(
implicit
arg0:
Manifest
[
T
]
)
:
Option
[
T
]
def
getOrElse
[
T
]
(
name:
String
,
default:
T
)
(
implicit
arg0:
Manifest
[
T
]
)
:
T
def
isEmpty
:
Boolean
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
keySet
:
Set
[
String
]
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
require
(
name:
String
)
:
Unit
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toJObject
()
:
JObject
def
toList
()
:
List
[(
String
,
JValue
)]
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Product
Inherited from
Equals
Inherited from
Serializable
Inherited from
Serializable
Inherited from
AnyRef
Inherited from
Any
Ungrouped