lightdb.field.Field
See theField companion object
sealed class Field[Doc <: Document[Doc], V](val name: String, val get: FieldGetter[Doc, V], val getRW: () => RW[V], val indexed: Boolean) extends FilterSupport[V, Doc, Filter[Doc]], AggregateSupport[Doc, V], Materializable[Doc, V]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass AnyShow all
- Known subtypes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Attributes
- Inherited from:
- FilterSupport
Inherited fields
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Attributes
- Inherited from:
- AggregateSupport
Implicits
Implicits
In this article