MemoInterpretation

org.atnos.eff.MemoInterpretation
See theMemoInterpretation companion trait

Attributes

Companion
trait
Source
MemoInterpretation.scala
Graph
Supertypes
trait MemoTypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

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

Attributes

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

Attributes

Inherited from:
MemoTypes
Source
MemoTypes.scala

Value members

Inherited methods

def runFutureMemo[R, U, A](cache: Cache)(effect: Eff[R, A])(using Aux[Memoized, R, U], MemberIn[TimedFuture, U]): Eff[U, A]

Attributes

Inherited from:
MemoInterpretation
Source
MemoInterpretation.scala
def runMemo[R, U, A](cache: Cache)(effect: Eff[R, A])(using Aux[Memoized, R, U], MemberIn[Eval, U]): Eff[U, A]

Attributes

Inherited from:
MemoInterpretation
Source
MemoInterpretation.scala