Packages

object Scala

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Scala
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type BackendScope[P, S] = Generic.MountedWithRoot[CallbackTo, P, S, P, S]
  2. 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]]
  3. type Config[P, C <: Children, S, B, US <: UpdateSnapshot, US2 <: UpdateSnapshot] = (Step4[P, C, S, B, US]) => Step4[P, C, S, B, US2]

    This is terrible and repulsive but Scala doesn't allow anything less repulsive.

    This is terrible and repulsive but Scala doesn't allow anything less repulsive. We'll keep this correctly modelling the reality for now and soon see if maybe we can use macros to simplify it's creation (and avoid the need to use this explicitly).

  4. 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]]]
  5. type JsMounted[P, S, B] = Js.MountedWithRoot[Id, Box[P], Box[S], Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B], Box[P], Box[S]]
  6. 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]]]
  7. type Mounted[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]
  8. type MountedImpure[P, S, B] = MountedWithRoot[Id, P, S, B, P, S]
  9. type MountedPure[P, S, B] = MountedWithRoot[CallbackTo, P, S, B, P, S]
  10. type MountedRoot[F[_], P, S, B] = MountedWithRoot[F, P, S, B, P, S]
  11. sealed trait MountedSimple[F[_], P, S, B] extends Generic.MountedSimple[F, P, S]
  12. sealed trait MountedWithRoot[F[_], P1, S1, B, P0, S0] extends MountedSimple[F, P1, S1, B] with Generic.MountedWithRoot[F, P1, S1, P0, S0]
  13. type RawMounted[P, S, B] = Js.RawMounted[Box[P], Box[S]] with Vars[P, S, B]
  14. type Unmounted[P, S, B] = UnmountedWithRoot[P, MountedImpure[P, S, B], Box[P], JsMounted[P, S, B]]
  15. trait Vars[P, S, B] extends Object
    Annotations
    @JSType() @native()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val Lifecycle: builder.Lifecycle.type
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val builder: EntryPoint.type
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def mountRaw[P, S, B](x: RawMounted[P, S, B]): MountedImpure[P, S, B]
  14. def mountedRoot[P, S, B](x: JsMounted[P, S, B]): MountedRoot[Id, P, S, B]
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def static(content: VdomNode)(implicit name: AutoComponentName): Component[Unit, Unit, Unit, Nullary]

    Create a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.

  19. def static(name: => String)(content: VdomNode): Component[Unit, Unit, Unit, Nullary]

    Create a component that always displays the same content, never needs to be redrawn, never needs vdom diffing.

  20. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  21. def toString(): String
    Definition Classes
    AnyRef → Any
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. 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.

Inherited from AnyRef

Inherited from Any

Ungrouped