MemoCreation

org.atnos.eff.MemoCreation
trait MemoCreation extends MemoTypes

Attributes

Source:
MemoEffect.scala
Graph
Supertypes
trait MemoTypes
class Object
trait Matchable
class Any
Known subtypes
object MemoEffect.type
object all.type
object create.type
object memo.type

Members list

Concise view

Type members

Inherited types

type _Memo[R] = Member[Memoized, R]

Attributes

Inherited from:
MemoTypes
Source:
MemoEffect.scala
type _memo[R] = MemberIn[Memoized, R]

Attributes

Inherited from:
MemoTypes
Source:
MemoEffect.scala

Value members

Concrete methods

def getCache[R : _memo]: Eff[R, Cache]

Attributes

Source:
MemoEffect.scala
def memoize[R : _memo, A](key: AnyRef, a: => A): Eff[R, A]

Attributes

Source:
MemoEffect.scala