org.atnos.eff.addon.cats.effect.IOInterpretation$
See theIOInterpretation companion trait
object IOInterpretation extends IOInterpretation
Attributes
- Companion
- trait
- Source
- IOEffect.scala
- Graph
-
- Supertypes
- Self type
-
IOInterpretation.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- IOTypes
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOTypes
- Source
- IOEffect.scala
Value members
Inherited methods
Attributes
- Inherited from:
- IOInterpretation
- 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
- Inherited from:
- IOInterpretation
- 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
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
memoize the io result using a cache
memoize the io result using a cache
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
In this article