ArangoCursor

io.funkode.arangodb.ArangoCursor
See theArangoCursor companion object
trait ArangoCursor[Decoder[_], T]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def body: QueryResults[T]
def delete(using Decoder[DeleteResult]): AIO[DeleteResult]
def next(using Decoder[QueryResults[T]]): AIO[ArangoCursor[Decoder, T]]