japgolly.scalajs.react

CompStateAccessOps

Related Doc: package react

final class CompStateAccessOps[C[_], S] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CompStateAccessOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompStateAccessOps(_c: C[S])

Type Members

  1. type CC = CompStateAccess[C]

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. val _c: C[S]

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def focusState[T](f: (S) ⇒ T)(g: (S, T) ⇒ S)(implicit C: CC): ComponentStateFocus[T]

    Annotations
    @inline()
  7. def focusStateId(implicit C: CC): ComponentStateFocus[S]

    Annotations
    @inline()
  8. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  9. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  10. def modState(f: (S) ⇒ S, cb: OpCallback = undefined)(implicit C: CC): Unit

    Annotations
    @inline()
  11. def setState(s: S, cb: OpCallback = undefined)(implicit C: CC): Unit

    Annotations
    @inline()
  12. def state(implicit C: CC): S

    Annotations
    @inline()
  13. def toString(): String

    Definition Classes
    Any

Deprecated Value Members

  1. def modStateO(f: (S) ⇒ Option[S], cb: OpCallback = undefined)(implicit C: CC): Unit

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version v0.7.0) modStateO will be removed in v0.8.x

  2. def modStateU(f: (S) ⇒ UndefOr[S], cb: OpCallback = undefined)(implicit C: CC): Unit

    Annotations
    @deprecated @inline()
    Deprecated

    (Since version v0.7.0) modStateU will be removed in v0.8.x

Inherited from AnyVal

Inherited from Any

Ungrouped