turbolift.effects.MemoizerSignature
Type parameters
-
K
-
input of the memoized function
-
V
-
output of the memoized function
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Known subtypes
-
Members list
Self-reference to the effect being described by this Signature.
Self-reference to the effect being described by this Signature.
Becomes an alias of this.type
, once the signature is inherited from Effect
.
Attributes
-
Inherited from:
-
Signature
Snapshot of the domain.
The set of all arguments that memo
has been called so far.
Attributes
Invoke the function being memoized.
Invoke the function being memoized.
The function being memoized is not specified, until the handler is called.
Attributes
Snapshot of the relation.
Snapshot of the relation.
The map from all arguments that memo
has been called so far, to corresponding results.
Attributes