RichJsSet

com.raquo.ew.JsSet.RichJsSet
final implicit class RichJsSet[A](val set: JsSet[A]) extends AnyVal

Attributes

Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def asScalaJs: Set[A]

Cast a JsSet to js.Set. It's safe because they have the same runtime representation.

Cast a JsSet to js.Set. It's safe because they have the same runtime representation.

Attributes

Concrete fields

val set: JsSet[A]