japgolly.scalajs.react.ScalazReact

ReactS

Related Doc: package ScalazReact

object ReactS

M prefix indicates M in args. T prefix indicates we want the result lifted into an M.

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

Type Members

  1. final class Fix[S] extends AnyRef

  2. final class FixT[M[_], S] extends AnyRef

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. def Fix[S]: Fix[S]

    M prefix indicates M in args.

    M prefix indicates M in args. T prefix indicates we want the result lifted into an M.

    Annotations
    @inline()
  5. def FixT[M[_], S]: FixT[M, S]

    T prefix indicates we want the result lifted into an M.

    T prefix indicates we want the result lifted into an M.

    Annotations
    @inline()
  6. def apply[S, A](f: (S) ⇒ (S, A)): ReactS[S, A]

    Annotations
    @inline()
  7. def applyM[M[_], S, A](f: (S) ⇒ M[(S, A)])(implicit F: Functor[M]): ReactST[M, S, A]

  8. def applyT[M[_], S, A](f: (S) ⇒ (S, A))(implicit M: Applicative[M]): ReactST[M, S, A]

    Annotations
    @inline()
  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def callback[S, A](a: A, c: OpCallbackIO): ReactS[S, A]

    Annotations
    @inline()
  11. def callbackM[M[_], S, A](ma: M[A], c: OpCallbackIO)(implicit M: Functor[M]): ReactST[M, S, A]

    Annotations
    @inline()
  12. def callbackT[M[_], S, A](a: A, c: OpCallbackIO)(implicit M: Applicative[M]): ReactST[M, S, A]

    Annotations
    @inline()
  13. def callbacks[S, A](a: A, c: (S) ⇒ OpCallbackIO): ReactS[S, A]

    Annotations
    @inline()
  14. def callbacksM[M[_], S, A](ma: M[A], c: (S) ⇒ OpCallbackIO)(implicit M: Functor[M]): ReactST[M, S, A]

  15. def callbacksT[M[_], S, A](a: A, c: (S) ⇒ OpCallbackIO)(implicit M: Applicative[M]): ReactST[M, S, A]

    Annotations
    @inline()
  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def get[S]: ReactS[S, S]

    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getT[M[_], S](implicit M: Applicative[M]): ReactST[M, S, S]

    Annotations
    @inline()
  23. def gets[S, A](f: (S) ⇒ A): ReactS[S, A]

    Annotations
    @inline()
  24. def getsM[M[_], S, A](f: (S) ⇒ M[A])(implicit F: Functor[M]): ReactST[M, S, A]

  25. def getsT[M[_], S, A](f: (S) ⇒ A)(implicit M: Applicative[M]): ReactST[M, S, A]

    Annotations
    @inline()
  26. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def liftR[M[_], S, A](f: (S) ⇒ ReactST[M, S, A])(implicit M: Monad[M]): ReactST[M, S, A]

    Annotations
    @inline()
  29. def liftS[M[_], S, A](t: StateT[M, S, A])(implicit M: Functor[M]): ReactST[M, S, A]

  30. def mod[S](f: (S) ⇒ S): ReactS[S, Unit]

    Annotations
    @inline()
  31. def modM[M[_], S](f: (S) ⇒ M[S])(implicit M: Functor[M]): ReactST[M, S, Unit]

  32. def modT[M[_], S](f: (S) ⇒ S)(implicit M: Applicative[M]): ReactST[M, S, Unit]

    Annotations
    @inline()
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def ret[S, A](a: A): ReactS[S, A]

    Annotations
    @inline()
  37. def retM[M[_], S, A](ma: M[A])(implicit M: Functor[M]): ReactST[M, S, A]

    Annotations
    @inline()
  38. def retT[M[_], S, A](a: A)(implicit M: Applicative[M]): ReactST[M, S, A]

    Annotations
    @inline()
  39. def set[S](s: S): ReactS[S, Unit]

    Annotations
    @inline()
  40. def setM[M[_], S](ms: M[S])(implicit M: Functor[M]): ReactST[M, S, Unit]

    Annotations
    @inline()
  41. def setT[M[_], S](s: S)(implicit M: Applicative[M]): ReactST[M, S, Unit]

    Annotations
    @inline()
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    AnyRef → Any
  44. def unlift[M[_], S, A](t: ReactST[M, S, A])(implicit M: Functor[M]): StateT[M, S, A]

  45. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. def zoom[M[_], S, T, A](r: ReactST[M, S, A], f: (T) ⇒ S, g: (T, S) ⇒ T)(implicit M: Functor[M]): ReactST[M, T, A]

  49. def zoomU[M[_], S, A](r: ReactST[M, Unit, A])(implicit M: Functor[M]): ReactST[M, S, A]

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped