Packages

sealed trait Dynamic extends Any with scala.Dynamic

Dynamically typed JavaScript value.

Values of this trait accept all possible JavaScript operations in a dynamically typed way. You can read and write any field, call any method, apply any JavaScript operator to values of this type.

Annotations
@JSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Dynamic
  2. Dynamic
  3. Any
  4. AnyRef
  5. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def %(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  4. def &(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  5. def &&(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  6. def *(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  7. def **(that: Dynamic): Dynamic

    ECMAScript 2016

    ECMAScript 2016

    Annotations
    @JSOperator()
  8. def +(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  9. def -(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  10. def ->[B](y: B): (Dynamic, B)
    Implicit
    This member is added by an implicit conversion from Dynamic to ArrowAssoc[Dynamic] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  11. def /(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  12. def <(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  13. def <<(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  14. def <=(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  15. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def >(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  17. def >=(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  18. def >>(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  19. def >>>(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  20. def ^(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  21. def apply(args: Any*): Dynamic

    Calls this object as a callable.

  22. def applyDynamic(name: String)(args: Any*): Dynamic

    Calls a method of this object.

    Calls a method of this object.

    Annotations
    @JSBracketCall()
  23. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  24. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. def ensuring(cond: (Dynamic) ⇒ Boolean, msg: ⇒ scala.Any): Dynamic
    Implicit
    This member is added by an implicit conversion from Dynamic to Ensuring[Dynamic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. def ensuring(cond: (Dynamic) ⇒ Boolean): Dynamic
    Implicit
    This member is added by an implicit conversion from Dynamic to Ensuring[Dynamic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: Boolean, msg: ⇒ scala.Any): Dynamic
    Implicit
    This member is added by an implicit conversion from Dynamic to Ensuring[Dynamic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean): Dynamic
    Implicit
    This member is added by an implicit conversion from Dynamic to Ensuring[Dynamic] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. def equals(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  38. def selectDynamic(name: String): Dynamic

    Reads a field of this object.

    Reads a field of this object.

    Annotations
    @JSBracketAccess()
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def toString(): String
    Definition Classes
    AnyRef → Any
  41. def unary_!: Dynamic
    Annotations
    @JSOperator()
  42. def unary_+: Dynamic
    Annotations
    @JSOperator()
  43. def unary_-: Dynamic
    Annotations
    @JSOperator()
  44. def unary_~: Dynamic
    Annotations
    @JSOperator()
  45. def updateDynamic(name: String)(value: Any): Unit

    Writes a field of this object.

    Writes a field of this object.

    Annotations
    @JSBracketAccess()
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  49. def |(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  50. def ||(that: Dynamic): Dynamic
    Annotations
    @JSOperator()
  51. def [B](y: B): (Dynamic, B)
    Implicit
    This member is added by an implicit conversion from Dynamic to ArrowAssoc[Dynamic] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Dynamic to any2stringadd[Dynamic] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (dynamic: any2stringadd[Dynamic]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Dynamic to StringFormat[Dynamic] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from scala.Dynamic

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion any2stringadd from Dynamic to any2stringadd[Dynamic]

Inherited by implicit conversion StringFormat from Dynamic to StringFormat[Dynamic]

Inherited by implicit conversion Ensuring from Dynamic to Ensuring[Dynamic]

Inherited by implicit conversion ArrowAssoc from Dynamic to ArrowAssoc[Dynamic]

Ungrouped