ArangoGraphEdge

io.funkode.arangodb.ArangoGraphEdge
class ArangoGraphEdge[Encoder[_], Decoder[_]](database: DatabaseName, graph: GraphName, documentHandle: DocumentHandle)(using arangoClient: ArangoClient[Encoder, Decoder])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def read[T](ifNoneMatch: Option[String], ifMatch: Option[String])(using evidence$1: Decoder[T], Decoder[ArangoResult[GraphEdge[T]]]): AIO[T]