ArangoRequest

avokka.arangodb.protocol.ArangoRequest
See theArangoRequest companion object
final case class ArangoRequest[T](header: Header, body: T)

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def execute[F[_] : ArangoClient, O : VPackDecoder](implicit evidence$5: ArangoClient[F], evidence$6: VPackDecoder[O], T: VPackEncoder[T]): F[ArangoResponse[O]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product