cast<NR, NS> method

QueryBuilder<OBJ, NR, NS> cast<NR, NS>()

Implementation

QueryBuilder<OBJ, NR, NS> cast<NR, NS>() {
  return QueryBuilder._(
    _collection,
    _filterOr,
    _filterAnd,
    _filterNot,
    _whereClauses,
    _whereDistinct,
    _whereSort,
    _distinctByProperties,
    _sortByProperties,
    _offset,
    _limit,
    _propertyName,
  );
}