japgolly.scalajs.react.ScalazReact.ReactS

FixT

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 applyS[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](c: OpCallbackIO)(a: A)(implicit M: Applicative[M]): ReactST[M, S, A]

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  20. def lift[A](t: StateT[M, S, A])(implicit M: Functor[M]): ReactST[M, S, A]

    Annotations
    @inline()
  21. def liftR[A](f: (S) ⇒ ReactST[M, S, A])(implicit M: Monad[M]): ReactST[M, S, A]

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

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

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

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

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

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

    Definition Classes
    AnyRef
  28. def ret[A](a: A)(implicit M: Applicative[M]): ReactST[M, S, A]

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

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

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

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

    Definition Classes
    AnyRef
  33. def toString(): String

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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( ... )
  38. 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()
  39. 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