implicit class StateEffectOps[R, A] extends AnyRef
- Source
- state.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StateEffectOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def evalState[S](s: S)(implicit member: Member[[β$3$]IndexedStateT[Eval, S, S, β$3$], R]): Eff[Out, A]
- def evalStateU[S, U](s: S)(implicit member: Aux[[β$4$]IndexedStateT[Eval, S, S, β$4$], R, U]): Eff[U, A]
- def evalStateZero[S](implicit arg0: Monoid[S], member: Member[[β$5$]IndexedStateT[Eval, S, S, β$5$], R]): Eff[Out, A]
- def evalStateZeroU[S, U](implicit arg0: Monoid[S], member: Aux[[β$6$]IndexedStateT[Eval, S, S, β$6$], R, U]): Eff[U, A]
- def execState[S](s: S)(implicit member: Member[[β$7$]IndexedStateT[Eval, S, S, β$7$], R]): Eff[Out, S]
- def execStateU[S, U](s: S)(implicit member: Aux[[β$8$]IndexedStateT[Eval, S, S, β$8$], R, U]): Eff[U, S]
- def execStateZero[S](implicit arg0: Monoid[S], member: Member[[β$9$]IndexedStateT[Eval, S, S, β$9$], R]): Eff[Out, S]
- def execStateZeroU[S, U](implicit arg0: Monoid[S], member: Aux[[β$10$]IndexedStateT[Eval, S, S, β$10$], R, U]): Eff[U, S]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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]
- def localState[S](modify: (S) ⇒ S)(implicit s: /=[[β$15$]IndexedStateT[Eval, S, S, β$15$], R]): Eff[R, A]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def runState[S](s: S)(implicit member: Member[[β$0$]IndexedStateT[Eval, S, S, β$0$], R]): Eff[Out, (A, S)]
- def runStateU[S, U](s: S)(implicit member: Aux[[β$1$]IndexedStateT[Eval, S, S, β$1$], R, U]): Eff[U, (A, S)]
- def runStateZero[S](implicit arg0: Monoid[S], member: Member[[β$2$]IndexedStateT[Eval, S, S, β$2$], R]): Eff[Out, (A, S)]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()