Class id of the object.
Factory id of the object.
Retrieve the anchor object which is the last value object on the previous page.
Note: This method will return "null" anchor on the first page of the query result or if the predicate was not applied for the previous page number.
Returns the comparator used by this predicate (if any).
Returns the current page value.
Returns the page size.
Sets the page value to next page.
Sets the page value to previous page.
Reads fields of the object from the binary representation.
read helper
Sets the current page value.
page number
Writes fields of the object into the binary representation.
write helper
Generated using TypeDoc
This interface is a special Predicate which helps to get a page-by-page result of a query. It can be constructed with a page-size, an inner predicate for filtering, and a comparator for sorting.