Class

japgolly.scalajs.react.MonocleReact

MonocleReactCompStateOps

Related Doc: package MonocleReact

Permalink

final class MonocleReactCompStateOps[Ops <: WriteOpAux[S, W], S, W] extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MonocleReactCompStateOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MonocleReactCompStateOps(arg0: Ops)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def _setStateL[L[_, _, _, _], B](l: L[S, S, _, B], cb: Callback = Callback.empty)(implicit L: SetterMonocle[L]): (B) ⇒ W

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def getClass(): Class[_ <: AnyVal]

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

    Permalink
    Definition Classes
    Any
  8. def modStateL[A, B](l: PLens[S, S, A, B])(f: (A) ⇒ B, cb: Callback = Callback.empty): W

    Permalink
  9. def setStateL[L[_, _, _, _], B](l: L[S, S, _, B])(b: B, cb: Callback = Callback.empty)(implicit L: SetterMonocle[L]): W

    Permalink
  10. def toString(): String

    Permalink
    Definition Classes
    Any
  11. def zoomL[T](l: Lens[S, T]): Ops.This[T]

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped