EdgeModel

com.outr.arango.EdgeModel
trait EdgeModel[E <: Edge[E, From, To], From, To] extends DocumentModel[E]

Attributes

Graph
Supertypes
trait DocumentModel[E]
class Object
trait Matchable
class Any

Members list

Type members

Inherited classlikes

object index

Attributes

Inherited from:
DocumentModel
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

final def allComputedValues: List[ComputedValue]

Attributes

Inherited from:
DocumentModel
final def allMutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel

Attributes

Inherited from:
DocumentModel
protected def computedValues: List[ComputedValue]

Attributes

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

Attributes

Inherited from:
DocumentModel
protected def generateId(): String

Attributes

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

Attributes

Inherited from:
DocumentModel
def indexes: List[Index]

Attributes

Inherited from:
DocumentModel
def mutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel
def schema: Option[CollectionSchema]

Attributes

Inherited from:
DocumentModel
def waitForSync: Option[Boolean]

Attributes

Inherited from:
DocumentModel

Concrete fields

val _from: Field[Id[From]]
val _to: Field[Id[To]]

Inherited fields

val _id: Field[Id[E]]

Attributes

Inherited from:
DocumentModel
val collectionName: String

Attributes

Inherited from:
DocumentModel

Implicits

Inherited implicits

implicit protected val modelOption: Option[DocumentModel[E]]

Attributes

Inherited from:
DocumentModel
implicit val rw: RW[E]

Attributes

Inherited from:
DocumentModel