Page

com.outr.arango.pagination.Page
case class Page[R](queryId: Id[Query], resultType: ResultType, page: Int, pageSize: Int, total: Int, results: List[PagedResult], graph: Graph & PaginationSupport)(implicit rw: RW[R])

Attributes

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

Members list

Value members

Concrete methods

def next: IO[Option[Page[R]]]
def previous: IO[Option[Page[R]]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val entries: List[Option[R]]
lazy val hasNext: Boolean
lazy val hasPrevious: Boolean
lazy val offset: Int
lazy val pages: Int