Packages

c

dynamics.common

JsDictionaryOps

final case class JsDictionaryOps(o: Dictionary[_]) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsDictionaryOps
  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 JsDictionaryOps(o: Dictionary[_])

Value Members

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