Packages

c

dynamics.common

JsDynamicOps

final case class JsDynamicOps(jsdyn: Dynamic) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsDynamicOps
  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 JsDynamicOps(jsdyn: Dynamic)

Value Members

  1. def asArray[A]: Array[A]
    Annotations
    @inline()
  2. def asBoolean: Boolean
    Annotations
    @inline()
  3. def asDict[A]: Dictionary[A]
    Annotations
    @inline()
  4. def asInt: Int
    Annotations
    @inline()
  5. def asJsArray[A <: Object]: Array[A]
    Annotations
    @inline()
  6. def asJsObj: Object
    Annotations
    @inline()
  7. def asJsObjSub[A <: Object]: A
    Annotations
    @inline()
  8. def asString: String
    Annotations
    @inline()
  9. def asUndefOr[A]: UndefOr[A]
    Annotations
    @inline()
  10. def combine(that: Dynamic): Dynamic
    Annotations
    @inline()
  11. val jsdyn: Dynamic
  12. def toNonNullOption[T <: Object]: Option[T]
    Annotations
    @inline()
  13. def toOption[T <: Object]: Option[T]
    Annotations
    @inline()
  14. def toTruthy: Boolean
    Annotations
    @inline()

Deprecated Value Members

  1. def asJSObj: Object

    Annotations
    @inline()
    Deprecated

    use asJsObj