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
/
JsSet
JsSet
object
JsSet
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
JsSet
.type
Type members
Value members
Implicits
Type members
Classlikes
final implicit
class
RichJsSet
[
A
](
val
set:
JsSet
[
A
])
extends
AnyVal
final
class
RichScalaJsSet
[
A
](
val
set:
Set
[
A
])
extends
AnyVal
Value members
Concrete methods
def
from
[
A
](
set:
Set
[
A
]):
JsSet
[
A
]
Cast a js.Set to JsSet. It's safe because they have the same runtime representation.
Cast a js.Set to JsSet. It's safe because they have the same runtime representation.
Implicits
Implicits
final implicit
def
RichJsSet
[
A
](
set:
JsSet
[
A
]):
RichJsSet
[
A
]