Value

lightdb.store.Conversion.Value
case class Value[Doc <: Document[Doc], F](field: Field[Doc, F]) extends Conversion[Doc, F]

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product