final class JsComponentOps[F[_], A[_], P1, S1, CT1[-p, +u] <: CtorType[p, u], R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object, CT0[-p, +u] <: CtorType[p, u]] extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsComponentOps
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JsComponentOps(self: ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0])
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 addFacade[T <: Object]: ComponentMapped[F, A, P1, S1, CT1, R with T, P0, S0, CT0]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapMounted[M2](f: (MountedMapped[F, A, P1, S1, R, P0, S0]) => M2): Js.ComponentWithRoot[P1, CT1, UnmountedWithRoot[P1, M2, P0, MountedWithRawType[P0, S0, R]], P0, CT0, UnmountedWithRawType[P0, S0, R]]
- def toString(): String
- Definition Classes
- Any
- def withOptionalRef(optionalRef: Option[Handle[R]]): ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0]
- def withRawType[R2 <: RawMounted[P0, S0]]: ComponentMapped[F, A, P1, S1, CT1, R2, P0, S0, CT0]
- def withRef(ref: Handle[R]): ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0]
- def xmapProps[P2](f: (P1) => P2)(g: (P2) => P1): ComponentMapped[F, A, P2, S1, CT1, R, P0, S0, CT0]
- def xmapState[S2](f: (S1) => S2)(g: (S2) => S1): ComponentMapped[F, A, P1, S2, CT1, R, P0, S0, CT0]
- def zoomState[S2](get: (S1) => S2)(set: (S2) => (S1) => S1): ComponentMapped[F, A, P1, S2, CT1, R, P0, S0, CT0]
Deprecated Value Members
- def withRef(r: Option[Handle[R]]): ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0]
- Annotations
- @deprecated
- Deprecated
(Since version 1.7.0) Use .withOptionalRef