object JsForwardRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsForwardRef
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Component[P <: Object, R, CT[-p, +u] <: CtorType[p, u]] = ComponentWithRoot[P, R, CT, Unmounted[P, R], P, CT, Unmounted[P, R]]
- final type ComponentRoot[P <: Object, R, CT[-p, +u] <: CtorType[p, u], U] = ComponentWithRoot[P, R, CT, U, P, CT, U]
- sealed trait ComponentSimple[P, R, CT[-p, +u] <: CtorType[p, u], U] extends Generic.ComponentSimple[P, CT, U]
- sealed trait ComponentWithRoot[P1, R, CT1[-p, +u] <: CtorType[p, u], U1, P0 <: Object, CT0[-p, +u] <: CtorType[p, u], U0] extends ComponentSimple[P1, R, CT1, U1] with Generic.ComponentWithRoot[P1, CT1, U1, P0, CT0, U0]
- type Mounted = Unit
- type Unmounted[P <: Object, R] = UnmountedWithRoot[P, R, Mounted, P]
- type UnmountedRoot[P <: Object, R] = UnmountedWithRoot[P, R, Mounted, P]
- sealed trait UnmountedSimple[P, R, M] extends Generic.UnmountedSimple[P, M]
- sealed trait UnmountedWithRoot[P1, R, M1, P0 <: Object] extends UnmountedSimple[P1, R, M1] with Generic.UnmountedWithRoot[P1, M1, P0, Mounted]
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[P <: Object, C <: Children, R](raw: Any)(implicit s: Summoner[P, C], where: FullName, line: Line): Component[P, R, CT]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
- final def componentRoot[P <: Object, R, CT[-p, +u] <: CtorType[p, u], U](rc: ForwardRefComponent[P, R], c: CT[P, U])(implicit pf: Profunctor[CT]): ComponentRoot[P, R, CT, U]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def force[P <: Object, C <: Children, R](raw: Any)(implicit s: Summoner[P, C]): Component[P, R, CT]
-
def
fromRaw[P <: Object, C <: Children, R](r: ForwardRefComponent[P, R])(implicit s: Summoner[P, C]): Component[P, R, CT]
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
mappedC[R, P2, CT2[-p, +u] <: CtorType[p, u], U2, P1, CT1[-p, +u] <: CtorType[p, u], U1, P0 <: Object, CT0[-p, +u] <: CtorType[p, u], U0](from: ComponentWithRoot[P1, R, CT1, U1, P0, CT0, U0])(cp: (P2) ⇒ P1, mc: (CT1[P1, U1]) ⇒ CT2[P1, U1], mu: (U1) ⇒ U2, pf: Profunctor[CT2]): ComponentWithRoot[P2, R, CT2, U2, P0, CT0, U0]
- Attributes
- protected
-
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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unmountedRoot[P <: Object, R](r: ComponentElement[P]): UnmountedRoot[P, R]
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
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.