org.atnos.eff.addon.monix.TaskInterpretation
See theTaskInterpretation companion trait
object TaskInterpretation extends TaskInterpretation
Attributes
- Companion
- trait
- Source
- TaskEffect.scala
- Graph
-
- Supertypes
- Self type
-
TaskInterpretation.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- TaskTypes
- Source
- TaskEffect.scala
Attributes
- Inherited from:
- TaskTypes
- Source
- TaskEffect.scala
Value members
Inherited methods
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
memoize the task result using a cache
memoize the task result using a cache
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
def taskAttempt[R, A](e: Eff[R, A])(implicit task: MemberInOut[Task, R]): Eff[R, Either[Throwable, A]]
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
def taskMemo[R, A](key: AnyRef, cache: Cache, e: Eff[R, A])(implicit task: MemberInOut[Task, R]): Eff[R, A]
Memoize task effects using a cache
Memoize task effects using a cache
if this method is called with the same key the previous value will be returned
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- TaskInterpretation
- Source
- TaskEffect.scala
In this article