final case class JsDictionaryOps(o: Dictionary[_]) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsDictionaryOps
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new JsDictionaryOps(o: Dictionary[_])
Value Members
-
def
asDyn: Dynamic
- Annotations
- @inline()
-
def
asJsObj: Object
- Annotations
- @inline()
-
def
asUndefOr[A]: UndefOr[A]
- Annotations
- @inline()
-
def
combine(that: Dictionary[_]): Dictionary[_]
- Annotations
- @inline()
- val o: Dictionary[_]