japgolly.scalajs.react.ScalazReact.ReactS

FixT

Related Doc: package ReactS

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

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

Instance Constructors

  1. new FixT()

Type Members

  1. type T[A] = IndexedStateT[M, 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(implicit M: Applicative[M]): (Any) ⇒ ReactST[M, S, Unit]

    Annotations
    @inline()
  5. def apply[A](f: (S) ⇒ M[(S, A)])(implicit M: Functor[M]): ReactST[M, S, A]

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

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

    Definition Classes
    Any
  8. def callback[A](a: M[A], c: OpCallbackIO)(implicit M: Functor[M]): ReactST[M, S, A]

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

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

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

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

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(implicit M: Applicative[M]): ReactST[M, S, S]

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

    Definition Classes
    AnyRef → Any
  18. def gets[A](f: (S) ⇒ M[A])(implicit M: Functor[M]): ReactST[M, S, A]

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

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

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

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

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

    Annotations
    @inline()
  24. def mod(f: (S) ⇒ M[S])(implicit M: Functor[M]): ReactST[M, S, Unit]

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

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

    Definition Classes
    AnyRef
  27. def nop(implicit M: Applicative[M]): ReactST[M, S, Unit]

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

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

    Definition Classes
    AnyRef
  30. def ret[A](ma: M[A])(implicit M: Functor[M]): ReactST[M, S, A]

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

    Annotations
    @inline()
  32. def set(ms: M[S])(implicit M: Functor[M]): ReactST[M, S, Unit]

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

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

    Definition Classes
    AnyRef
  35. def toString(): String

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

    Annotations
    @inline()
  37. final def wait(): Unit

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

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

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

    Annotations
    @inline()
  41. def zoomU[A](r: ReactST[M, Unit, A])(implicit M: Functor[M]): ReactST[M, S, A]

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped