object Scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Scala
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type BackendScope[P, S] = Generic.MountedWithRoot[Sync, util.DefaultEffects.Async, P, S, P, S]
- type Component[P, S, B, CT[-p, +u] <: CtorType[p, u]] = Js.ComponentWithRoot[P, CT, Unmounted[P, S, B], Box[P], CT, JsUnmounted[P, S, B]]
- type JsComponent[P, S, B, CT[-p, +u] <: CtorType[p, u]] = Js.ComponentWithRoot[Box[P], CT, UnmountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]], Box[P], CT, UnmountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]]]
- type JsMounted[P, S, B] = Js.MountedWithRoot[Id, util.DefaultEffects.Async, Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B], Box[P], Box[S]]
- type JsUnmounted[P, S, B] = UnmountedWithRoot[Box[P], MountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]], Box[P], MountedWithRawType[Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]]]
- type Mounted[F[_], A[_], P, S, B] = MountedWithRoot[F, A, P, S, B, P, S]
- type MountedImpure[P, S, B] = MountedWithRoot[Id, util.DefaultEffects.Async, P, S, B, P, S]
- type MountedPure[P, S, B] = MountedWithRoot[Sync, util.DefaultEffects.Async, P, S, B, P, S]
- type MountedRoot[F[_], A[_], P, S, B] = MountedWithRoot[F, A, P, S, B, P, S]
- sealed trait MountedSimple[F[_], A[_], P, S, B] extends Generic.MountedSimple[F, A, P, S]
- sealed trait MountedWithRoot[F[_], A[_], P1, S1, B, P0, S0] extends MountedSimple[F, A, P1, S1, B] with Generic.MountedWithRoot[F, A, P1, S1, P0, S0]
- type RawMounted[P, S, B] = Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]
- type Unmounted[P, S, B] = UnmountedWithRoot[P, MountedImpure[P, S, B], Box[P], JsMounted[P, S, B]]
- trait Vars[P, S, B] extends Object
- Annotations
- @native() @JSType()
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mountRaw[P, S, B](x: RawMounted[P, S, B]): MountedImpure[P, S, B]
- def mountedRoot[P, S, B](x: JsMounted[P, S, B]): MountedRoot[Id, util.DefaultEffects.Async, P, S, B]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()