All

lightdb.store.StoreMode.All
case class All[Doc <: Document[Doc], Model <: DocumentModel[Doc]]() extends StoreMode[Doc, Model]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StoreMode[Doc, Model]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def isAll: Boolean

Attributes

Definition Classes

Inherited methods

def isIndexes: Boolean

Attributes

Inherited from:
StoreMode
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product