offset method

Query<T> offset(
  1. int offset
)

Implementation

Query<T> offset(int offset) {
  _offset = offset;

  return this;
}