CyclicMemoizer

trait CyclicMemoizer[K, V] extends Effect[CyclicMemoizerSig[K, V]] with CyclicMemoizerSig[K, V]
trait CyclicMemoizerSig[K, V]
trait CanInterpret
trait HasSignature
trait CanPerform[CyclicMemoizerSig[K, V]]
trait Signature
class Object
trait Matchable
class Any

Type members

Inherited classlikes

abstract class Proxy[Fx] extends ProxyWithParam[Fx] with ThisInterpreter
Inherited from:
CanInterpret
abstract class Stateful[S, F[_]] extends Stateful[S, F] with ThisInterpreter
Inherited from:
CanInterpret
abstract class Stateless[F[_]] extends Stateless[F] with ThisInterpreter
Inherited from:
CanInterpret
Inherited from:
CanInterpret
sealed trait ThisInterpreter extends Unsealed
Inherited from:
CanInterpret

Inherited types

final override type !@![+A, U] = Computation[A, U]
Inherited from:
CanPerform
final override type ThisEffect = Effect
Inherited from:
Effect
final type ThisHandler[F[_], N] = Handler[F, ThisEffect, N]
Inherited from:
CanInterpret
final override type ThisSignature = Z
Inherited from:
Effect

Value members

Concrete methods

final def apply[U <: CyclicMemoizer[K, V]](f: K => Computation[V, U]): K => Computation[() => V, U]
final def fix[U <: CyclicMemoizer[K, V]](f: K => Computation[() => V, U] => K => Computation[V, U]): K => Computation[() => V, U]
final override def get: Computation[Map[K, V], CyclicMemoizer[K, V]]
Definition Classes
def handler: FreeId
final override def memo[U <: CyclicMemoizer[K, V]](f: K => Computation[V, U])(k: K): Computation[() => V, U]
Definition Classes

Inherited methods

final def &![Fx2 <: HasSignature](fx2: Fx2): Combine2[CyclicMemoizer[K, V], Fx2]
Inherited from:
Effect
final def perform[A, U <: ThisEffect](f: CyclicMemoizerSig[K, V] & Apply[U] => A !@! U { def apply(z: CyclicMemoizerSig[K, V] & Apply[U]): A !@! U; }): Computation[A, U]
Inherited from:
CanPerform
final def pure[A](a: A): Computation[A, ThisEffect]
Inherited from:
CanPerform
final override def signatures: Array[Signature]
Definition Classes
Effect -> CanInterpret
Inherited from:
Effect