abstract class MountedWithRoot[F[_], A[_], P0, S0] extends Generic.MountedWithRoot[F, A, P0, S0, P0, S0]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MountedWithRoot
- MountedWithRoot
- MountedSimple
- WriteWithProps
- ModStateWithProps
- StateAccess
- Write
- ModState
- SetState
- Base
- MountedRaw
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new MountedWithRoot()(implicit ft: UnsafeSync[F], at: Async[A])
Type Members
- abstract type Mapped[F1[_], A1[_], P1, S1] <: Generic.MountedWithRoot[F1[_], A1[_], P1, S1, P0, S0]
- final type Props = P0
- Definition Classes
- MountedSimple
- abstract type Raw <: ComponentUntyped
- Definition Classes
- MountedRaw
- abstract type Root <: MountedRoot[F, A, P0, S0]
- Definition Classes
- MountedWithRoot
- final type State = S0
- Definition Classes
- StateAccess
- type WithAsyncEffect[A1[_]] = Mapped[F, A1, P0, S0]
- Definition Classes
- MountedWithRoot → MountedWithRoot → MountedSimple → WriteWithProps → ModStateWithProps → StateAccess → Write → ModState → SetState → Base
- type WithEffect[F1[_]] = Mapped[F1, A, P0, S0]
- Definition Classes
- MountedWithRoot → MountedWithRoot → MountedSimple → WriteWithProps → ModStateWithProps → StateAccess → Write → ModState → SetState → Base
- type WithMappedProps[P1] = Mapped[F, A, P1, S0]
- Definition Classes
- MountedWithRoot → MountedWithRoot → MountedSimple
- type WithMappedState[S1] = Mapped[F, A, P0, S1]
- Definition Classes
- MountedWithRoot → MountedWithRoot → MountedSimple → StateAccess
Abstract Value Members
- implicit abstract def A: Async[A]
- Attributes
- protected
- Definition Classes
- Base
- implicit abstract def F: UnsafeSync[F]
- Attributes
- protected
- Definition Classes
- Base
- abstract def displayName: String
- Definition Classes
- MountedRaw
- abstract def forceUpdate[G[_]](callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- Definition Classes
- MountedSimple
- abstract def getDOMNode: F[ComponentDom]
- Definition Classes
- MountedSimple
- abstract def mapped[F1[_], A1[_], P1, S1](mp: (P0) => P1, ls: Lens[S0, S1])(implicit ft: UnsafeSync[F1], at: Async[A1]): Mapped[F1, A1, P1, S1]
- Attributes
- protected
- abstract def modStateOption[G[_]](mod: (S0, P0) => Option[S0], callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- callback
Executed regardless of whether state is changed.
- Definition Classes
- ModStateWithProps
- abstract def modStateOption[G[_]](mod: (S0) => Option[S0], callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- callback
Executed regardless of whether state is changed.
- Definition Classes
- ModState
- abstract def props: F[Props]
- Definition Classes
- MountedSimple
- abstract def propsChildren: F[PropsChildren]
- Definition Classes
- MountedSimple
- abstract val raw: Raw
- Definition Classes
- MountedRaw
- abstract def root: Root
- Definition Classes
- MountedWithRoot
- abstract def setStateOption[G[_]](newState: Option[S0], callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- callback
Executed regardless of whether state is changed.
- Definition Classes
- SetState
- abstract def state: F[State]
- Definition Classes
- StateAccess
Concrete 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def async(f: (Sync[Unit]) => F[Unit]): A[Unit]
- Attributes
- protected
- Definition Classes
- Base
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def forceUpdate: F[Unit]
- Definition Classes
- MountedSimple
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapProps[P1](f: (P0) => P1): Mapped[[_]F[_], [_]A[_], P1, S0]
- Definition Classes
- MountedWithRoot → MountedSimple
- def modState[G[_]](mod: (S0, P0) => S0, callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- callback
Executed after state is changed.
- Definition Classes
- ModStateWithProps
- final def modState(mod: (S0, P0) => S0): F[Unit]
- Definition Classes
- ModStateWithProps
- def modState[G[_]](mod: (S0) => S0, callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- callback
Executed after state is changed.
- Definition Classes
- ModState
- final def modState(mod: (S0) => S0): F[Unit]
- Definition Classes
- ModState
- final def modStateAsync(mod: (S0, P0) => S0): A[Unit]
- Definition Classes
- ModStateWithProps
- final def modStateAsync(mod: (S0) => S0): A[Unit]
- Definition Classes
- ModState
- final def modStateOption(mod: (S0, P0) => Option[S0]): F[Unit]
- Definition Classes
- ModStateWithProps
- final def modStateOption(mod: (S0) => Option[S0]): F[Unit]
- Definition Classes
- ModState
- final def modStateOptionAsync(mod: (S0, P0) => Option[S0]): A[Unit]
- Definition Classes
- ModStateWithProps
- final def modStateOptionAsync(mod: (S0) => Option[S0]): A[Unit]
- Definition Classes
- ModState
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def setState[G[_]](newState: S0, callback: => G[Unit])(implicit G: Dispatch[G]): F[Unit]
- callback
Executed after state is changed.
- Definition Classes
- SetState
- final def setState(newState: S0): F[Unit]
- Definition Classes
- SetState
- final def setStateAsync(newState: S0): A[Unit]
- Definition Classes
- SetState
- final def setStateOption(newState: Option[S0]): F[Unit]
- Definition Classes
- SetState
- final def setStateOptionAsync(newState: Option[S0]): A[Unit]
- Definition Classes
- SetState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toModStateFn: ModStateFn[F, A, S0]
- Definition Classes
- ModState
- def toModStateWithPropsFn: ModStateWithPropsFn[F, A, P0, S0]
- Definition Classes
- ModStateWithProps
- def toSetStateFn: SetStateFn[F, A, S0]
- Definition Classes
- SetState
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withAsyncEffect[A1[_]](implicit a1: Async[A1]): Mapped[[_]F[_], [_]A1[_], P0, S0]
- Definition Classes
- MountedWithRoot → Base
- def withEffect[F1[_]](implicit f1: UnsafeSync[F1]): Mapped[[_]F1[_], [_]A[_], P0, S0]
- Definition Classes
- MountedWithRoot → Base
- final def withEffectsImpure: WithEffect[Id]
- Definition Classes
- Base
- final def withEffectsPure: WithEffect[Sync]
- Definition Classes
- Base
- def xmapState[S1](f: (S0) => S1)(g: (S1) => S0): Mapped[[_]F[_], [_]A[_], P0, S1]
- Definition Classes
- MountedWithRoot → StateAccess
- def zoomState[S1](get: (S0) => S1)(set: (S1) => (S0) => S0): Mapped[[_]F[_], [_]A[_], P0, S1]
- Definition Classes
- MountedWithRoot → StateAccess