EvalCreation

org.atnos.eff.EvalCreation
trait EvalCreation extends EvalTypes

Attributes

Source
EvalCreation.scala
Graph
Supertypes
trait EvalTypes
class Object
trait Matchable
class Any
Known subtypes
trait EvalEffect
object EvalEffect.type
object eval.type

Members list

Type members

Inherited types

type _Eval[R] = Member[Eval, R]

Attributes

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

Attributes

Inherited from:
EvalTypes
Source
EvalTypes.scala

Value members

Concrete methods

def defer[R : _eval, A](eff: => Eval[Eff[R, A]]): Eff[R, A]

Attributes

Source
EvalCreation.scala
def delay[R : _eval, A](a: => A): Eff[R, A]

Attributes

Source
EvalCreation.scala
def now[R : _eval, A](a: A): Eff[R, A]

Attributes

Source
EvalCreation.scala