MemoizerEffect

turbolift.effects.MemoizerEffect
See theMemoizerEffect companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Extensions

Extensions

extension [K, V](thiz: MemoizerEffect[K, V])
def handler[U](f: K => Computation[V, U & thiz.type]): Handler[Identity, Identity, thiz.type, U]

Alias of the default handler for this effect.

Alias of the default handler for this effect.

Defined as an extension, to allow custom redefinitions without restrictions imposed by overriding

Attributes