ArangoCursor

avokka.arangodb.ArangoCursor
See theArangoCursor companion object
trait ArangoCursor[F[_], T]

Arango cursor API

Type parameters

F

effect

Attributes

See also
Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def body: Cursor[T]
def header: Header
def next(): F[ArangoCursor[F, T]]