org.atnos.eff.addon.monix.TaskEffect
See theTaskEffect companion object
Attributes
- Companion:
- object
- Source:
- TaskEffect.scala
- Graph
- Supertypes
- Known subtypes
- object TaskEffect.typeobject task.type
- Self type
Members list
Concise view
Type members
Inherited types
Attributes
- Inherited from:
- TaskTypes
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskTypes
- Source:
- TaskEffect.scala
Value members
Concrete methods
def effectInstance[R : _Task](implicit evidence$13: _Task[R], runEff: EffToTask[R], scheduler: Scheduler): Effect[[_] =>> Eff[R, _$12]]
Attributes
- Source:
- TaskEffect.scala
Inherited methods
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskInterpretation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
memoize the task result using a cache
memoize the task result using a cache
Attributes
- Inherited from:
- TaskInterpretation
- Source:
- TaskEffect.scala
def retryUntil[R : _task, A](e: Eff[R, A], condition: A => Boolean, durations: List[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskInterpretation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskInterpretation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskInterpretation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskCreation
- 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
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
final def taskForkScheduler[R : _task, A](call: Task[A], scheduler: Scheduler, timeout: Option[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- TaskCreation
- 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
def taskMemoized[R, A](key: AnyRef, e: Eff[R, A])(implicit task: MemberInOut[Task, 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:
- TaskInterpretation
- Source:
- TaskEffect.scala
final def taskSuspend[R : _task, A](task: => Task[Eff[R, A]], timeout: Option[FiniteDuration]): Eff[R, A]
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Attributes
- Inherited from:
- TaskCreation
- Source:
- TaskEffect.scala
Implicits
Implicits
implicit def asyncInstance[R : _Task](implicit evidence$12: _Task[R], runEff: EffToTask[R]): Async[[_] =>> Eff[R, _$10]]
Attributes
- Source:
- TaskEffect.scala
Inherited implicits
Attributes
- Inherited from:
- TaskInterpretation
- Source:
- TaskEffect.scala