org.atnos.eff.EvalEffect
See theEvalEffect companion object
trait EvalEffect extends EvalTypes, EvalCreation, EvalInterpretation
Effect for delayed computations
uses cats.Eval as a supporting data structure
Attributes
- Companion
- object
- Source
- EvalEffect.scala
- Graph
-
- Supertypes
-
trait EvalInterpretationtrait EvalCreationtrait EvalTypesclass Objecttrait Matchableclass AnyShow all
- Known subtypes
-
object EvalEffect.type
Members list
Type members
Inherited types
Attributes
- Inherited from:
- EvalTypes
- Source
- EvalEffect.scala
Attributes
- Inherited from:
- EvalTypes
- Source
- EvalEffect.scala
Value members
Inherited methods
Attributes
- Inherited from:
- EvalInterpretation
- Source
- EvalEffect.scala
Attributes
- Inherited from:
- EvalCreation
- Source
- EvalEffect.scala
Attributes
- Inherited from:
- EvalCreation
- Source
- EvalEffect.scala
Attributes
- Inherited from:
- EvalCreation
- Source
- EvalEffect.scala
Attributes
- Inherited from:
- EvalInterpretation
- Source
- EvalEffect.scala
Implicits
Inherited implicits
the monad error instance for Eval is useful for using detach on Eff[Fx1[Eval], A]
the monad error instance for Eval is useful for using detach on Eff[Fx1[Eval], A]
Attributes
- Inherited from:
- EvalInterpretation
- Source
- EvalEffect.scala
In this article