Packages

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
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]
  5. def apply[A](f: (S) ⇒ M[(S, A)])(implicit M: Applicative[M]): ReactST[M, S, A]
  6. def applyT[A](f: (S) ⇒ (S, A))(implicit M: Applicative[M]): ReactST[M, S, A]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def callback[A](a: M[A], c: Callback)(implicit M: Applicative[M]): ReactST[M, S, A]
  9. def callbackT[A](a: A, c: Callback)(implicit M: Applicative[M]): ReactST[M, S, A]
  10. def callbacks[A](a: M[A], c: (S) ⇒ Callback)(implicit M: Applicative[M]): ReactST[M, S, A]
  11. def callbacksT[A](a: A, c: (S) ⇒ Callback)(implicit M: Applicative[M]): ReactST[M, S, A]
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def get(implicit M: Applicative[M]): ReactST[M, S, S]
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def inspect[A](f: (S) ⇒ M[A])(implicit M: Applicative[M]): ReactST[M, S, A]
  19. def inspectT[A](f: (S) ⇒ A)(implicit M: Applicative[M]): ReactST[M, S, A]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def liftR[A](f: (S) ⇒ ReactST[M, S, A])(implicit M: Monad[M]): ReactST[M, S, A]
  22. def liftS[A](t: StateT[M, S, A])(implicit M: Monad[M]): ReactST[M, S, A]
  23. def mod(f: (S) ⇒ M[S])(implicit M: Applicative[M]): ReactST[M, S, Unit]
  24. def modT(f: (S) ⇒ S)(implicit M: Applicative[M]): ReactST[M, S, Unit]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. def nop(implicit M: Applicative[M]): ReactST[M, S, Unit]
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def ret[A](ma: M[A])(implicit M: Applicative[M]): ReactST[M, S, A]
  30. def retT[A](a: A)(implicit M: Applicative[M]): ReactST[M, S, A]
  31. def set(ms: M[S])(implicit M: Applicative[M]): ReactST[M, S, Unit]
  32. def setT(s: S)(implicit M: Applicative[M]): ReactST[M, S, Unit]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def unlift[A](t: ReactST[M, S, A])(implicit M: Monad[M]): StateT[M, S, A]
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. def zoom[T, A](r: ReactST[M, T, A])(f: (S) ⇒ T, g: (S, T) ⇒ S)(implicit M: Monad[M]): ReactST[M, S, A]
  40. def zoomU[A](r: ReactST[M, Unit, A])(implicit M: Monad[M]): ReactST[M, S, A]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped