IOEffect
org.atnos.eff.addon.cats.effect.IOEffect$
object IOEffect extends IOEffectCreation, IOInterpretation
Attributes
- Source
- IOEffect.scala
- Graph
-
- Supertypes
-
trait IOInterpretationtrait IOEffectCreationtrait IOTypesclass Objecttrait Matchableclass AnyShow all
- Self type
-
IOEffect.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:
- IOEffectCreation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOInterpretation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOEffectCreation
- 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
Attributes
- Inherited from:
- IOEffectCreation
- Source
- IOEffect.scala
Attributes
- Inherited from:
- IOEffectCreation
- 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