ObjectStore

trait ObjectStore[T]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def get(key: Key): Transaction[Option[T]]
def getAll(range: Option[KeyRange], count: Int): Transaction[Seq[T]]

Concrete methods

def getAll(range: KeyRange): Transaction[Seq[T]]
def getAll(lowerBound: Key, upperBound: Key): Transaction[Seq[T]]

Abstract fields

val name: Name