Query
Properties
Functions
Creates and returns a new Query that ends at the provided fields relative to the order of the query. The field values are configured using a FieldValuesDSL. The order of the field values must match the order of the orderBy clauses of the query
Creates and returns a new Query that ends before the provided fields relative to the order of the query. The field values are configured using a FieldValuesDSL. The order of the field values must match the order of the orderBy clauses of the query
Creates and returns a new Query that starts after the provided fields relative to the order of the query. The field values are configured using a FieldValuesDSL. The order of the field values must match the order of the orderBy clauses of the query
Creates and returns a new Query that starts at the provided fields relative to the order of the query. The field values are configured using a FieldValuesDSL. The order of the field values must match the order of the orderBy clauses of the query