Store

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

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product