Store

org.atnos.eff.Store
case class Store[A](key: AnyRef, a: () => A) extends Memoized[A]

Attributes

Source:
MemoEffect.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Memoized[A]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product