EdgeCollection

com.outr.arango.collection.EdgeCollection
class EdgeCollection[E <: Edge[E, From, To], From, To](graph: Graph, arangoDBCollection: ArangoDBCollection, edgeModel: EdgeModel[E, From, To], managed: Boolean) extends DocumentCollection[E]

Attributes

Graph
Supertypes
trait Support
trait QueryPart
class Object
trait Matchable
class Any

Members list

Concise view

Type members

Inherited classlikes

object batch

Attributes

Inherited from:
ArangoDBDocuments
Graph
Supertypes
class Object
trait Matchable
class Any
object collection

Attributes

Inherited from:
WritableCollection
Graph
Supertypes
class Object
trait Matchable
class Any
object stream

Attributes

Inherited from:
ArangoDBDocuments
Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

override protected def _collection: ArangoCollectionAsync

Attributes

Definition Classes
Inherited from:
WritableCollection
def apply(id: Id[E], default: Id[E] => E): IO[T]

Attributes

Inherited from:
ArangoDBDocuments
def count: IO[Int]

Attributes

Inherited from:
ArangoDBDocuments
override def dbName: String

Attributes

Definition Classes
Inherited from:
DocumentCollection
def delete(id: Id[E], options: DeleteOptions, transaction: StreamTransaction): IO[DeleteResult[T]]

Attributes

Inherited from:
ArangoDBDocuments
override def fromT(t: E): Json

Attributes

Definition Classes
Inherited from:
WritableCollection
def get(id: Id[E]): IO[Option[T]]

Attributes

Inherited from:
ArangoDBDocuments
def id(key: String): Id[T]

Attributes

Inherited from:
ArangoDBDocuments
def insert(doc: E, options: CreateOptions, transaction: StreamTransaction): IO[CreateResult[T]]

Attributes

Inherited from:
ArangoDBDocuments
override def name: String

Attributes

Definition Classes
Inherited from:
DocumentCollection
override def toQueryPart: QueryPart

Attributes

Definition Classes
Collection -> Support
Inherited from:
Collection
override def toT(value: Json): D

Attributes

Definition Classes
Inherited from:
WritableCollection
def update(id: Id[E], doc: E, options: UpdateOptions, transaction: StreamTransaction): IO[UpdateResult[T]]

Attributes

Inherited from:
ArangoDBDocuments
def upsert(doc: E, options: CreateOptions, transaction: StreamTransaction): IO[CreateResult[T]]

Attributes

Inherited from:
ArangoDBDocuments

Inherited fields

val `type`: CollectionType

Attributes

Inherited from:
DocumentCollection
val model: DocumentModel[E]

Attributes

Inherited from:
DocumentCollection
lazy override val query: DocumentCollectionQuery[E]

Attributes

Inherited from:
DocumentCollection