EdgeModel

trait EdgeModel[E <: Edge[E, From, To], From, To] extends DocumentModel[E]
trait DocumentModel[E]
class Object
trait Matchable
class Any

Type members

Inherited classlikes

object index
Inherited from:
DocumentModel

Value members

Inherited methods

final def allMutations: List[DataMutation]
Inherited from:
DocumentModel
def fields: List[Field[_]]
Inherited from:
DocumentModel
protected def generateId(): String
Inherited from:
DocumentModel
def id(value: String): Id[D]
Inherited from:
DocumentModel
def indexes: List[Index]
Inherited from:
DocumentModel
Inherited from:
DocumentModel

Concrete fields

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

Inherited fields

val _id: Field[Id[E]]
Inherited from:
DocumentModel
val collectionName: String
Inherited from:
DocumentModel

Implicits

Inherited implicits

implicit protected val modelOption: Option[DocumentModel[E]]
Inherited from:
DocumentModel
implicit val rw: RW[E]
Inherited from:
DocumentModel