object
DynamicImplicits
Value Members
-
-
final
def
##(): Int
-
-
final
def
asInstanceOf[T0]: T0
-
implicit
def
boolean2dynamic(x: Boolean): Dynamic
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
implicit
def
number2dynamic(x: Double): Dynamic
-
implicit
def
number2dynamic(x: Int): Dynamic
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
implicit
def
truthValue(x: Dynamic): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Provides implicit conversions and operations to write in JavaScript style with js.Dynamic.
Be **very** careful when importing members of this object. You may want to selectively import the implicits that you want to reduce the likelihood of making mistakes.