PagedResult

com.outr.arango.pagination.PagedResult
See thePagedResult companion class
object PagedResult extends DocumentModel[PagedResult]

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
trait DocumentModel[PagedResult]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

object index

Attributes

Inherited from:
DocumentModel
Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

override def indexes: List[Index]

Attributes

Definition Classes
DocumentModel

Inherited methods

final def allComputedValues: List[ComputedValue]

Attributes

Inherited from:
DocumentModel
final def allMutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel
def collectionOptions: CreateCollectionOptions

Attributes

Inherited from:
DocumentModel
protected def computedValues: List[ComputedValue]

Attributes

Inherited from:
DocumentModel
def fields: List[Field[_]]

Attributes

Inherited from:
DocumentModel
protected def generateId(): String

Attributes

Inherited from:
DocumentModel
def id(value: String): Id[D]

Attributes

Inherited from:
DocumentModel
def mutations: List[DataMutation]

Attributes

Inherited from:
DocumentModel
def schema: Option[CollectionSchema]

Attributes

Inherited from:
DocumentModel
def waitForSync: Option[Boolean]

Attributes

Inherited from:
DocumentModel

Concrete fields

override val collectionName: String
lazy val created: Field[Long]
lazy val data: Field[Option[Json]]
lazy val deleteAfter: Field[Long]
lazy val queryId: Field[Id[Query]]
lazy val recordId: Field[Id[Document[_]]]
lazy val resultType: Field[ResultType]

Inherited fields

val _id: Field[Id[PagedResult]]

Attributes

Inherited from:
DocumentModel

Implicits

Implicits

implicit override val rw: RW[PagedResult]

Inherited implicits

implicit protected val modelOption: Option[DocumentModel[PagedResult]]

Attributes

Inherited from:
DocumentModel