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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type

Members list

Value members

Concrete methods

def clear(): Task[Unit]
def exists(): Task[Boolean]
def get(): Task[T]
def modify(f: T => T): Task[T]
def set(value: T): Task[T]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product