Packages

c

dynamics.common

JsObjectOps

final case class JsObjectOps(o: Object) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsObjectOps
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JsObjectOps(o: Object)

Value Members

  1. def asAnyDict: Dictionary[Any]
    Annotations
    @inline()
  2. def asDict[A]: Dictionary[A]
    Annotations
    @inline()
  3. def asDyn: Dynamic
    Annotations
    @inline()
  4. def asUndefOr[A]: UndefOr[A]
    Annotations
    @inline()
  5. def combine(that: Dictionary[_]): Object
    Annotations
    @inline()
  6. def combine(that: Object): Object
    Annotations
    @inline()
  7. val o: Object