Packages

object IndexedReaderWriterStateT extends IRWSTInstances with CommonIRWSTConstructors with Serializable

Source
IndexedReaderWriterStateT.scala
Linear Supertypes
Serializable, Serializable, CommonIRWSTConstructors, IRWSTInstances, IRWSTInstances1, IRWSTInstances2, IRWSTInstances3, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedReaderWriterStateT
  2. Serializable
  3. Serializable
  4. CommonIRWSTConstructors
  5. IRWSTInstances
  6. IRWSTInstances1
  7. IRWSTInstances2
  8. IRWSTInstances3
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 apply[F[_], E, L, SA, SB, A](runF: (E, SA) ⇒ F[(L, SB, A)])(implicit F: Applicative[F]): IndexedReaderWriterStateT[F, E, L, SA, SB, A]

    Construct a new computation using the provided function.

  5. def applyF[F[_], E, L, SA, SB, A](runF: F[(E, SA) ⇒ F[(L, SB, A)]]): IndexedReaderWriterStateT[F, E, L, SA, SB, A]

    Like apply, but using a function in a context F.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def ask[F[_], E, L, S](implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, E]

    Get the provided environment, without modifying the input state.

    Get the provided environment, without modifying the input state.

    Definition Classes
    CommonIRWSTConstructors
  8. implicit def catsDataAlternativeForIRWST[F[_], E, L, S](implicit FM: Monad[F], FA: Alternative[F], L0: Monoid[L]): Alternative[[ζ$13$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$13$]]
    Definition Classes
    IRWSTInstances2
  9. implicit def catsDataBifunctorForIRWST[F[_], E, L, SA](implicit F0: Functor[F]): Bifunctor[[ε$4$, ζ$5$]IndexedReaderWriterStateT[F, E, L, SA, ε$4$, ζ$5$]]
    Definition Classes
    IRWSTInstances
  10. implicit def catsDataContravariantForIRWST[F[_], E, L, SB, T](implicit F0: Functor[F]): Contravariant[[δ$6$]IndexedReaderWriterStateT[F, E, L, δ$6$, SB, T]]
    Definition Classes
    IRWSTInstances
  11. implicit def catsDataDeferForIRWST[F[_], E, L, SA, SB](implicit F: Defer[F]): Defer[[ζ$8$]IndexedReaderWriterStateT[F, E, L, SA, SB, ζ$8$]]
    Definition Classes
    IRWSTInstances
  12. implicit def catsDataFunctorForIRWST[F[_], E, L, SA, SB](implicit F0: Functor[F]): Functor[[ζ$15$]IndexedReaderWriterStateT[F, E, L, SA, SB, ζ$15$]]
    Definition Classes
    IRWSTInstances3
  13. implicit def catsDataMonadErrorForIRWST[F[_], E, L, S, R](implicit F0: MonadError[F, R], L0: Monoid[L]): MonadError[[ζ$7$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$7$], R]
    Definition Classes
    IRWSTInstances
  14. implicit def catsDataMonadForRWST[F[_], E, L, S](implicit F0: Monad[F], L0: Monoid[L]): Monad[[ε$10$]IndexedReaderWriterStateT[F, E, L, S, S, ε$10$]]
    Definition Classes
    IRWSTInstances1
  15. implicit def catsDataProfunctorForIRWST[F[_], E, L, T](implicit F0: Functor[F]): Profunctor[[δ$11$, ε$12$]IndexedReaderWriterStateT[F, E, L, δ$11$, ε$12$, T]]
    Definition Classes
    IRWSTInstances1
  16. implicit def catsDataSemigroupKForIRWST[F[_], E, L, SA, SB](implicit F0: Monad[F], G0: SemigroupK[F]): SemigroupK[[ζ$14$]IndexedReaderWriterStateT[F, E, L, SA, SB, ζ$14$]]
    Definition Classes
    IRWSTInstances3
  17. implicit def catsDataStrongForIRWST[F[_], E, L, T](implicit F0: Monad[F]): Strong[[δ$2$, ε$3$]IndexedReaderWriterStateT[F, E, L, δ$2$, ε$3$, T]]
    Definition Classes
    IRWSTInstances
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  21. def get[F[_], E, L, S](implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, S]

    Return the input state without modifying it.

    Return the input state without modifying it.

    Definition Classes
    CommonIRWSTConstructors
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  24. def inspect[F[_], E, L, S, A](f: (S) ⇒ A)(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, A]

    Inspect a value from the input state, without modifying the state.

    Inspect a value from the input state, without modifying the state.

    Definition Classes
    CommonIRWSTConstructors
  25. def inspectAsk[F[_], E, L, S, A](f: (E, S) ⇒ A)(implicit arg0: Applicative[F], arg1: Monoid[L]): ReaderWriterStateT[F, E, L, S, A]

    Inspect values from the environment and input state, without modifying the state.

    Inspect values from the environment and input state, without modifying the state.

    Definition Classes
    CommonIRWSTConstructors
  26. def inspectAskF[F[_], E, L, S, A](f: (E, S) ⇒ F[A])(implicit arg0: Applicative[F], arg1: Monoid[L]): ReaderWriterStateT[F, E, L, S, A]

    Like inspectAsk, but using an effectful function.

    Like inspectAsk, but using an effectful function.

    Definition Classes
    CommonIRWSTConstructors
  27. def inspectF[F[_], E, L, S, A](f: (S) ⇒ F[A])(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, A]

    Like inspect, but using an effectful function.

    Like inspect, but using an effectful function.

    Definition Classes
    CommonIRWSTConstructors
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. def liftF[F[_], E, L, S, A](fa: F[A])(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, A]

    Return an effectful a and an empty log without modifying the input state.

    Return an effectful a and an empty log without modifying the input state.

    Definition Classes
    CommonIRWSTConstructors
  30. def liftK[F[_], E, L, S](implicit F: Applicative[F], L: Monoid[L]): ~>[F, [ζ$0$]IndexedReaderWriterStateT[F, E, L, S, S, ζ$0$]]

    Same as liftF, but expressed as a FunctionK for use with mapK

    Same as liftF, but expressed as a FunctionK for use with mapK

    scala> import cats._, data._, implicits._
    scala> val a: OptionT[Eval, Int] = 1.pure[OptionT[Eval, *]]
    scala> val b: OptionT[RWST[Eval, Boolean, List[String], String, *], Int] = a.mapK(RWST.liftK)
    scala> b.value.runEmpty(true).value
    res0: (List[String], String, Option[Int]) = (List(),"",Some(1))
    Definition Classes
    CommonIRWSTConstructors
  31. def modify[F[_], E, L, SA, SB](f: (SA) ⇒ SB)(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, SA, SB, Unit]

    Modify the input state using f.

  32. def modifyF[F[_], E, L, SA, SB](f: (SA) ⇒ F[SB])(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, SA, SB, Unit]

    Like modify, but using an effectful function.

  33. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  36. def pure[F[_], E, L, S, A](a: A)(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, A]

    Return a and an empty log without modifying the input state.

    Return a and an empty log without modifying the input state.

    Definition Classes
    CommonIRWSTConstructors
  37. def set[F[_], E, L, S](s: S)(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, Unit]

    Set the state to s.

    Set the state to s.

    Definition Classes
    CommonIRWSTConstructors
  38. def setF[F[_], E, L, S](fs: F[S])(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, Unit]

    Like set, but using an effectful S value.

    Like set, but using an effectful S value.

    Definition Classes
    CommonIRWSTConstructors
  39. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  40. def tell[F[_], E, L, S](l: L)(implicit F: Applicative[F]): IndexedReaderWriterStateT[F, E, L, S, S, Unit]

    Add a value to the log, without modifying the input state.

    Add a value to the log, without modifying the input state.

    Definition Classes
    CommonIRWSTConstructors
  41. def tellF[F[_], E, L, S](fl: F[L])(implicit F: Applicative[F]): IndexedReaderWriterStateT[F, E, L, S, S, Unit]

    Like tell, but using an effectful L value.

    Like tell, but using an effectful L value.

    Definition Classes
    CommonIRWSTConstructors
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def lift[F[_], E, L, S, A](fa: F[A])(implicit F: Applicative[F], L: Monoid[L]): IndexedReaderWriterStateT[F, E, L, S, S, A]
    Definition Classes
    CommonIRWSTConstructors
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0-RC2) Use liftF instead

Inherited from Serializable

Inherited from Serializable

Inherited from CommonIRWSTConstructors

Inherited from IRWSTInstances

Inherited from IRWSTInstances1

Inherited from IRWSTInstances2

Inherited from IRWSTInstances3

Inherited from AnyRef

Inherited from Any

Ungrouped