Packages

c

org.atnos.eff.syntax.state

StateEffectOps

implicit class StateEffectOps[R, A] extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StateEffectOps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StateEffectOps(e: Eff[R, 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def evalState[S](s: S)(implicit member: Member[[β$3$]IndexedStateT[Eval, S, S, β$3$], R]): Eff[Out, A]
  9. def evalStateU[S, U](s: S)(implicit member: Aux[[β$4$]IndexedStateT[Eval, S, S, β$4$], R, U]): Eff[U, A]
  10. def evalStateZero[S](implicit arg0: Monoid[S], member: Member[[β$5$]IndexedStateT[Eval, S, S, β$5$], R]): Eff[Out, A]
  11. def evalStateZeroU[S, U](implicit arg0: Monoid[S], member: Aux[[β$6$]IndexedStateT[Eval, S, S, β$6$], R, U]): Eff[U, A]
  12. def execState[S](s: S)(implicit member: Member[[β$7$]IndexedStateT[Eval, S, S, β$7$], R]): Eff[Out, S]
  13. def execStateU[S, U](s: S)(implicit member: Aux[[β$8$]IndexedStateT[Eval, S, S, β$8$], R, U]): Eff[U, S]
  14. def execStateZero[S](implicit arg0: Monoid[S], member: Member[[β$9$]IndexedStateT[Eval, S, S, β$9$], R]): Eff[Out, S]
  15. def execStateZeroU[S, U](implicit arg0: Monoid[S], member: Aux[[β$10$]IndexedStateT[Eval, S, S, β$10$], R, U]): Eff[U, S]
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def intoState[BR, U1, T, S, U2](getter: (S) => T, setter: (S, T) => S)(implicit m1: Aux[[β$13$]IndexedStateT[Eval, T, T, β$13$], R, U1], m2: Aux[[β$14$]IndexedStateT[Eval, S, S, β$14$], BR, U2], into: IntoPoly[U1, U2]): Eff[BR, A]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def lensState[BR, U, T, S](getter: (S) => T, setter: (S, T) => S)(implicit m1: Aux[[β$11$]IndexedStateT[Eval, T, T, β$11$], R, U], m2: Aux[[β$12$]IndexedStateT[Eval, S, S, β$12$], BR, U]): Eff[BR, A]
  22. def localState[S](modify: (S) => S)(implicit s: /=[[β$15$]IndexedStateT[Eval, S, S, β$15$], R]): Eff[R, A]
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. def runState[S](s: S)(implicit member: Member[[β$0$]IndexedStateT[Eval, S, S, β$0$], R]): Eff[Out, (A, S)]
  27. def runStateU[S, U](s: S)(implicit member: Aux[[β$1$]IndexedStateT[Eval, S, S, β$1$], R, U]): Eff[U, (A, S)]
  28. def runStateZero[S](implicit arg0: Monoid[S], member: Member[[β$2$]IndexedStateT[Eval, S, S, β$2$], R]): Eff[Out, (A, S)]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped