stored

lightdb.async.AsyncLightDB.stored
object stored

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
stored.type

Members list

Value members

Concrete methods

def apply[T](key: String, default: => T, persistence: Persistence, collection: AsyncCollection[KeyValue, KeyValue.type])(implicit rw: RW[T]): AsyncStoredValue[T]
def opt[T](key: String, persistence: Persistence, collection: AsyncCollection[KeyValue, KeyValue.type])(implicit rw: RW[T]): AsyncStoredValue[Option[T]]