japgolly.scalajs.react.ScalazReact.ReactS

Fix

Related Doc: package ReactS

final class Fix[S] extends AnyRef

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

Instance Constructors

  1. new Fix()

Type Members

  1. type T[A] = IndexedStateT[scalaz.Scalaz.Id, StateAndCallbacks[S], StateAndCallbacks[S], A]

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 _nop: (Any) ⇒ ReactS[S, Unit]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Annotations
    @inline()
  29. def mod(f: (S) ⇒ S): ReactS[S, Unit]

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

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

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

    Definition Classes
    AnyRef
  33. def nop: ReactS[S, Unit]

    Annotations
    @inline()
  34. final def notify(): Unit

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

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

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

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

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

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

    Annotations
    @inline()
  41. def setT[M[_]](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[_], A](t: ReactST[M, S, A])(implicit M: Functor[M]): StateT[M, S, A]

    Annotations
    @inline()
  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[T, A](r: ReactS[T, A])(f: (S) ⇒ T, g: (S, T) ⇒ S): ReactS[S, A]

    Annotations
    @inline()
  49. def zoomU[A](r: ReactS[Unit, A]): ReactS[S, A]

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped