ew
ew
com.raquo.ew
JsArray
JsArray
RichJsArray
RichScalaJsArray
JsIterable
JsIterable
JsIterableExt
RichJsIterable
RichScalaJsIterable
JsMap
JsMap
RichJsMap
RichScalaJsMap
JsSet
JsSet
RichJsSet
RichScalaJsSet
JsString
JsString
RichJsString
RichString
ew
/
com.raquo.ew
/
JsMap
JsMap
object
JsMap
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
JsMap
.type
Type members
Value members
Implicits
Type members
Classlikes
final implicit
class
RichJsMap
[
K
,
V
](
val
map:
JsMap
[
K
,
V
])
extends
AnyVal
final
class
RichScalaJsMap
[
K
,
V
](
val
map:
Map
[
K
,
V
])
extends
AnyVal
Value members
Concrete methods
def
from
[
K
,
V
](
map:
Map
[
K
,
V
]):
JsMap
[
K
,
V
]
Cast a js.Map to JsMap. It's safe because they have the same runtime representation.
Cast a js.Map to JsMap. It's safe because they have the same runtime representation.
Implicits
Implicits
final implicit
def
RichJsMap
[
K
,
V
](
map:
JsMap
[
K
,
V
]):
RichJsMap
[
K
,
V
]