implicit final class JsAnyExtensions extends AnyVal
js.Dynamic to Value Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsAnyExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
def
asDynamic: Dynamic
- Annotations
- @inline()
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asOpt[T]: Option[T]
- Annotations
- @inline()
-
def
asUndefOr[T]: UndefOr[T]
- Annotations
- @inline()
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val obj: Any
-
def
toString(): String
- Definition Classes
- Any
Deprecated Value Members
-
def
New[T <: Any](args: Any*): T
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) No longer provided since danger operation
-
def
dynamic: Dynamic
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use asDynamic
-
def
getJSClassName: Option[String]
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 0.9.0) Use isInstanceOf or pattern matching instead