Packages

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
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JsComponentOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new JsComponentOps(self: ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def addFacade[T <: Object]: ComponentMapped[F, A, P1, S1, CT1, R with T, P0, S0, CT0]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. 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]]
  9. def toString(): String
    Definition Classes
    Any
  10. def withOptionalRef(optionalRef: Option[Handle[R]]): ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0]
  11. def withRawType[R2 <: RawMounted[P0, S0]]: ComponentMapped[F, A, P1, S1, CT1, R2, P0, S0, CT0]
  12. def withRef(ref: Handle[R]): ComponentMapped[F, A, P1, S1, CT1, R, P0, S0, CT0]
  13. def xmapProps[P2](f: (P1) => P2)(g: (P2) => P1): ComponentMapped[F, A, P2, S1, CT1, R, P0, S0, CT0]
  14. def xmapState[S2](f: (S1) => S2)(g: (S2) => S1): ComponentMapped[F, A, P1, S2, CT1, R, P0, S0, CT0]
  15. def zoomState[S2](get: (S1) => S2)(set: (S2) => (S1) => S1): ComponentMapped[F, A, P1, S2, CT1, R, P0, S0, CT0]

Deprecated Value Members

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

Inherited from AnyVal

Inherited from Any

Ungrouped