EvalEffect

org.specs2.control.eff.EvalEffect
See theEvalEffect companion object

Effect for delayed computations

uses scalaz.Need as a supporting data structure

Attributes

Companion
object
Graph
Supertypes
trait EvalCreation
trait EvalTypes
class Object
trait Matchable
class Any
Show all
Known subtypes
object EvalEffect.type
object all.type
object eval.type

Members list

Type members

Inherited types

type Eval[A] = Name[A]

Attributes

Inherited from:
EvalTypes
type _Eval[R] = Member[Eval, R]

Attributes

Inherited from:
EvalTypes
type _eval[R] = MemberIn[Eval, R]

Attributes

Inherited from:
EvalTypes

Value members

Inherited methods

def attemptEval[R, U, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, Either[Throwable, A]]

Attributes

Inherited from:
EvalInterpretation
def delay[R : _eval, A](a: => A): Eff[R, A]

Attributes

Inherited from:
EvalCreation
def now[R : _eval, A](a: A): Eff[R, A]

Attributes

Inherited from:
EvalCreation
def runEval[R, U, A](r: Eff[R, A])(implicit m: Aux[Eval, R, U]): Eff[U, A]

Attributes

Inherited from:
EvalInterpretation