object JsRepr extends JsReprHighPri
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsRepr
- JsReprHighPri
- JsReprMedPri
- JsReprLowPri
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply[A, J <: Any](toJs: (A) => J)(fromJs: (J) => A): Of[A, J]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def boolean: JsRepr[Boolean]
- Definition Classes
- JsReprHighPri
- implicit def box[A]: JsRepr[A]
- Definition Classes
- JsReprLowPri
- implicit def byte: JsRepr[Byte]
- Definition Classes
- JsReprHighPri
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- implicit def double: JsRepr[Double]
- Definition Classes
- JsReprHighPri
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def float: JsRepr[Float]
- Definition Classes
- JsReprHighPri
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def id[A](implicit f: (A) => Any): JsRepr[A]
- implicit def int: JsRepr[Int]
- Definition Classes
- JsReprHighPri
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def jsAny[J <: Any]: JsRepr[J]
- Definition Classes
- JsReprMedPri
- implicit def long: JsRepr[Long]
- Definition Classes
- JsReprHighPri
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit def short: JsRepr[Short]
- Definition Classes
- JsReprHighPri
- implicit def string: JsRepr[String]
- Definition Classes
- JsReprHighPri
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val unit: JsRepr[Unit]
- Definition Classes
- JsReprHighPri
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.