org.atnos.eff.addon.cats.effect.IOInterpretation
See theIOInterpretation companion object
Attributes
- Companion:
- object
- Source:
- IOEffect.scala
- Graph
- Supertypes
- Known subtypes
- object IOEffect.typeobject IOInterpretation.type
Members list
Concise view
Type members
Inherited types
Attributes
- Inherited from:
- IOTypes
- Source:
- IOEffect.scala
Attributes
- Inherited from:
- IOTypes
- Source:
- IOEffect.scala
Value members
Concrete methods
Attributes
- Source:
- IOEffect.scala
Memoize io effects using a cache
Memoize io effects using a cache
if this method is called with the same key the previous value will be returned
Attributes
- Source:
- IOEffect.scala
def ioMemoized[R, A](key: AnyRef, e: Eff[R, A])(implicit task: MemberInOut[IO, R], m: MemberIn[Memoized, R]): Eff[R, A]
Memoize task values using a memoization effect
Memoize task values using a memoization effect
if this method is called with the same key the previous value will be returned
Attributes
- Source:
- IOEffect.scala
memoize the io result using a cache
Attributes
- Source:
- IOEffect.scala
Attributes
- Source:
- IOEffect.scala
Attributes
- Source:
- IOEffect.scala
Attributes
- Source:
- IOEffect.scala
Attributes
- Source:
- IOEffect.scala
Implicits
Implicits
Attributes
- Source:
- IOEffect.scala