ReaderCreation

org.atnos.eff.ReaderCreation
See theReaderCreation companion object

Attributes

Companion:
object
Source:
ReaderEffect.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object ReaderCreation.type
object ReaderEffect.type
object all.type
object create.type
object reader.type

Members list

Concise view

Value members

Concrete methods

def ask[R, T](implicit member: MemberIn[[_] =>> Reader[T, _$1], R]): Eff[R, T]

get the environment

get the environment

Attributes

Source:
ReaderEffect.scala
def local[R, T, U](f: T => U)(implicit member: MemberIn[[_] =>> Reader[T, _$2], R]): Eff[R, U]

modify the environment

modify the environment

Attributes

Source:
ReaderEffect.scala
def localKleisli[R, T, U, F[_]](f: T => F[U])(implicit member: MemberIn[[_] =>> Kleisli[F, T, _$5], R]): Eff[R, U]

modify the environment using a Kleisli[F, T, *]

modify the environment using a Kleisli[F, T, *]

Attributes

Source:
ReaderEffect.scala