stored

lightdb.LightDB.stored
protected 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, cache: Boolean, collection: Collection[KeyValue])(implicit rw: RW[T]): StoredValue[T]
def opt[T](key: String, cache: Boolean, collection: Collection[KeyValue])(implicit rw: RW[T]): StoredValue[Option[T]]