Packages

sealed trait MountedWithRoot[F[_], A[_], P1, S1, R <: RawMounted[P0, S0], P0 <: Object, S0 <: Object] extends MountedSimple[F, A, P1, S1, R] with Generic.MountedWithRoot[F, A, P1, S1, P0, S0]

Linear Supertypes
Generic.MountedWithRoot[F, A, P1, S1, P0, S0], MountedSimple[F, A, P1, S1, R], Generic.MountedSimple[F, A, P1, S1], WriteWithProps[F, A, P1, S1], ModStateWithProps[F, A, P1, S1], StateAccess[F, A, S1], Write[F, A, S1], ModState[F, A, S1], SetState[F, A, S1], Base[F, A], MountedRaw, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MountedWithRoot
  2. MountedWithRoot
  3. MountedSimple
  4. MountedSimple
  5. WriteWithProps
  6. ModStateWithProps
  7. StateAccess
  8. Write
  9. ModState
  10. SetState
  11. Base
  12. MountedRaw
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type Props = P1
    Definition Classes
    MountedSimple
  2. final type Raw = R
    Definition Classes
    MountedSimpleMountedRaw
  3. final type Root = MountedWithRoot[F, A, P0, S0, R, P0, S0]
    Definition Classes
    MountedWithRootMountedWithRoot
  4. final type State = S1
    Definition Classes
    StateAccess
  5. final type WithAsyncEffect[A2[_]] = MountedWithRoot[F, A2, P1, S1, R, P0, S0]
  6. final type WithEffect[F2[_]] = MountedWithRoot[F2, A, P1, S1, R, P0, S0]
  7. final type WithMappedProps[P2] = MountedWithRoot[F, A, P2, S1, R, P0, S0]
  8. final type WithMappedState[S2] = MountedWithRoot[F, A, P1, S2, R, P0, S0]

Abstract Value Members

  1. implicit abstract def A: Async[A]
    Attributes
    protected
    Definition Classes
    Base
  2. implicit abstract def F: UnsafeSync[F]
    Attributes
    protected
    Definition Classes
    Base
  3. abstract def forceUpdate[G[_]](callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
    Definition Classes
    MountedSimple
  4. abstract def getDOMNode: F[ComponentDom]
    Definition Classes
    MountedSimple
  5. abstract def mapProps[P2](f: (P1) => P2): WithMappedProps[P2]
    Definition Classes
    MountedSimple
  6. abstract def modStateOption[G[_]](mod: (S1, P1) => Option[S1], callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

    callback

    Executed regardless of whether state is changed.

    Definition Classes
    ModStateWithProps
  7. abstract def modStateOption[G[_]](mod: (S1) => Option[S1], callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

    callback

    Executed regardless of whether state is changed.

    Definition Classes
    ModState
  8. abstract def props: F[Props]
    Definition Classes
    MountedSimple
  9. abstract def propsChildren: F[PropsChildren]
    Definition Classes
    MountedSimple
  10. abstract val raw: Raw
    Definition Classes
    MountedRaw
  11. abstract def root: Root
    Definition Classes
    MountedWithRoot
  12. abstract def setStateOption[G[_]](newState: Option[S1], callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

    callback

    Executed regardless of whether state is changed.

    Definition Classes
    SetState
  13. abstract def state: F[State]
    Definition Classes
    StateAccess
  14. abstract def withAsyncEffect[G[_]](implicit G: Async[G]): WithAsyncEffect[G]
    Definition Classes
    Base
  15. abstract def withEffect[G[_]](implicit G: UnsafeSync[G]): WithEffect[G]
    Definition Classes
    Base
  16. abstract def xmapState[S2](f: (S1) => S2)(g: (S2) => S1): WithMappedState[S2]
    Definition Classes
    StateAccess
  17. abstract def zoomState[S2](get: (S1) => S2)(set: (S2) => (S1) => S1): WithMappedState[S2]
    Definition Classes
    StateAccess

Concrete 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. final def addFacade[T <: Object]: MountedWithRoot[F, A, P1, S1, R with T, P0, S0]
    Definition Classes
    MountedWithRootMountedSimple
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. final def async(f: (Sync[Unit]) => F[Unit]): A[Unit]
    Attributes
    protected
    Definition Classes
    Base
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. final def displayName: String
    Definition Classes
    MountedSimpleMountedRaw
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  12. final def forceUpdate: F[Unit]
    Definition Classes
    MountedSimple
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def modState[G[_]](mod: (S1, P1) => S1, callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

    callback

    Executed after state is changed.

    Definition Classes
    ModStateWithProps
  17. final def modState(mod: (S1, P1) => S1): F[Unit]
    Definition Classes
    ModStateWithProps
  18. def modState[G[_]](mod: (S1) => S1, callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

    callback

    Executed after state is changed.

    Definition Classes
    ModState
  19. final def modState(mod: (S1) => S1): F[Unit]
    Definition Classes
    ModState
  20. final def modStateAsync(mod: (S1, P1) => S1): A[Unit]
    Definition Classes
    ModStateWithProps
  21. final def modStateAsync(mod: (S1) => S1): A[Unit]
    Definition Classes
    ModState
  22. final def modStateOption(mod: (S1, P1) => Option[S1]): F[Unit]
    Definition Classes
    ModStateWithProps
  23. final def modStateOption(mod: (S1) => Option[S1]): F[Unit]
    Definition Classes
    ModState
  24. final def modStateOptionAsync(mod: (S1, P1) => Option[S1]): A[Unit]
    Definition Classes
    ModStateWithProps
  25. final def modStateOptionAsync(mod: (S1) => Option[S1]): A[Unit]
    Definition Classes
    ModState
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. def setState[G[_]](newState: S1, callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]

    callback

    Executed after state is changed.

    Definition Classes
    SetState
  30. final def setState(newState: S1): F[Unit]
    Definition Classes
    SetState
  31. final def setStateAsync(newState: S1): A[Unit]
    Definition Classes
    SetState
  32. final def setStateOption(newState: Option[S1]): F[Unit]
    Definition Classes
    SetState
  33. final def setStateOptionAsync(newState: Option[S1]): A[Unit]
    Definition Classes
    SetState
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toModStateFn: ModStateFn[F, A, S1]
    Definition Classes
    ModState
  36. def toModStateWithPropsFn: ModStateWithPropsFn[F, A, P1, S1]
    Definition Classes
    ModStateWithProps
  37. def toSetStateFn: SetStateFn[F, A, S1]
    Definition Classes
    SetState
  38. def toString(): String
    Definition Classes
    AnyRef → Any
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  42. final def withEffectsImpure: WithEffect[Id]
    Definition Classes
    Base
  43. final def withEffectsPure: WithEffect[Sync]
    Definition Classes
    Base
  44. final def withRawType[R2 <: RawMounted[P0, S0]]: MountedWithRoot[F, A, P1, S1, R2, P0, S0]

Inherited from Generic.MountedWithRoot[F, A, P1, S1, P0, S0]

Inherited from MountedSimple[F, A, P1, S1, R]

Inherited from Generic.MountedSimple[F, A, P1, S1]

Inherited from WriteWithProps[F, A, P1, S1]

Inherited from ModStateWithProps[F, A, P1, S1]

Inherited from StateAccess[F, A, S1]

Inherited from Write[F, A, S1]

Inherited from ModState[F, A, S1]

Inherited from SetState[F, A, S1]

Inherited from Base[F, A]

Inherited from MountedRaw

Inherited from AnyRef

Inherited from Any

Ungrouped