KeyValue

lightdb.KeyValue
See theKeyValue companion class

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
KeyValue.type

Members list

Type members

Inherited classlikes

object field

Attributes

Inherited from:
DocumentModel
Supertypes
class Object
trait Matchable
class Any

Inherited types

type F[V] = Field[KeyValue, V]

Attributes

Inherited from:
DocumentModel

Attributes

Inherited from:
DocumentModel
type I[V] = Indexed[KeyValue, V]

Attributes

Inherited from:
DocumentModel
type T = Tokenized[KeyValue]

Attributes

Inherited from:
DocumentModel
type U[V] = UniqueIndex[KeyValue, V]

Attributes

Inherited from:
DocumentModel

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

def convertFromJson(json: Json): KeyValue

Attributes

Inherited from:
JsonConversion
def facetFields: List[FF]

Attributes

Inherited from:
DocumentModel
def fieldByName[F](name: String): Field[KeyValue, F]

Attributes

Inherited from:
DocumentModel
def fields: List[Field[KeyValue, _]]

Attributes

Inherited from:
DocumentModel
def id(value: String): Id[KeyValue]

Attributes

Inherited from:
DocumentModel
def init[Model <: DocumentModel[KeyValue]](collection: Collection[KeyValue, Model]): Unit

Attributes

Inherited from:
DocumentModel
override def map2Doc(map: Map[String, Any]): KeyValue

Attributes

Definition Classes
Inherited from:
JsonConversion

Concrete fields

val json: Field[KeyValue, Json]

Inherited fields

Attributes

Inherited from:
DocumentModel

Attributes

Inherited from:
DocumentModel

Implicits

Implicits

implicit override val rw: RW[KeyValue]