japgolly.scalajs.react.ScalazReact

SzRExt_CompStateAccessOps

implicit final class SzRExt_CompStateAccessOps[C[_], S] extends AnyVal

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

Instance Constructors

  1. new SzRExt_CompStateAccessOps(u: 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. def _runState[I, M[+_], A](f: (I) ⇒ ReactST[M, S, A], cb: (I) ⇒ OpCallbackIO)(implicit C: CC, M: ~>[M, IO], N: Monad[M]): (I) ⇒ IO[A]

  5. def _runState[I, M[+_], A](f: (I) ⇒ ReactST[M, S, A])(implicit C: CC, M: ~>[M, IO]): (I) ⇒ IO[A]

  6. def _runStateF[I, M[+_], A](f: (I) ⇒ ReactST[M, S, A], cb: (I) ⇒ OpCallbackIO)(implicit C: CC, M: ~>[M, IO], N: Monad[M], F: ChangeFilter[S]): (I) ⇒ IO[A]

  7. def _runStateF[I, M[+_], A](f: (I) ⇒ ReactST[M, S, A])(implicit C: CC, M: ~>[M, IO], F: ChangeFilter[S]): (I) ⇒ IO[A]

  8. final def asInstanceOf[T0]: T0

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

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

    Definition Classes
    Any
  11. def runState[M[+_], A](st: ⇒ ReactST[M, S, A])(implicit C: CC, M: ~>[M, IO]): IO[A]

  12. def runStateF[M[+_], A](st: ⇒ ReactST[M, S, A])(implicit C: CC, M: ~>[M, IO], F: ChangeFilter[S]): IO[A]

  13. def toString(): String

    Definition Classes
    Any
  14. val u: C[S]

Deprecated Value Members

  1. def _runStateFS[I, M[+_], A](f: (I) ⇒ StateT[M, S, A])(implicit C: CC, M: ~>[M, IO], N: Functor[M], F: ChangeFilter[S]): (I) ⇒ IO[A]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.2) Instead of _runStateFS(f), use _runStateF(f.liftS). _runStateFS will be removed in 0.7.0.

  2. def _runStateS[I, M[+_], A](f: (I) ⇒ StateT[M, S, A])(implicit C: CC, M: ~>[M, IO], N: Functor[M]): (I) ⇒ IO[A]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.2) Instead of _runStateS(f), use _runState(f.liftS). _runStateS will be removed in 0.7.0.

  3. def runStateFS[M[+_], A](st: ⇒ StateT[M, S, A])(implicit C: CC, M: ~>[M, IO], N: Functor[M], F: ChangeFilter[S]): IO[A]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.2) Instead of runStateFS(s) use runStateF(s.liftS). runStateFS will be removed in 0.7.0.

  4. def runStateS[M[+_], A](st: ⇒ StateT[M, S, A])(implicit C: CC, M: ~>[M, IO], N: Functor[M]): IO[A]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.2) Instead of runStateS(s) use runState(s.liftS). runStateS will be removed in 0.7.0.

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped