StoredValue
lightdb.StoredValue
case class StoredValue[T](key: String, store: Store[KeyValue, KeyValue.type], default: () => T, persistence: Persistence)(implicit rw: RW[T])
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
- Self type
-
StoredValue[T]
Members list
In this article