Packages

c

dynamics.common

JsAnyOps

final case class JsAnyOps(a: Any) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsAnyOps
  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 JsAnyOps(a: Any)

Value Members

  1. val a: Any
  2. def asBoolean: Boolean
    Annotations
    @inline()
  3. def asDouble: Double
    Annotations
    @inline()
  4. def asDyn: Dynamic
    Annotations
    @inline()
  5. def asInt: Int
    Annotations
    @inline()
  6. def asJsArray[A]: Array[A]
    Annotations
    @inline()
  7. def asJsObj: Object
    Annotations
    @inline()
  8. def asNumer: Number
    Annotations
    @inline()
  9. def asString: String
    Annotations
    @inline()
  10. def asUndefOr[A]: UndefOr[A]
    Annotations
    @inline()
  11. def toJson: String
    Annotations
    @inline()
  12. def toNonNullOption[T <: Any]: Option[T]
    Annotations
    @inline()
  13. def toTruthy: Boolean
    Annotations
    @inline()