limit method

SelectorBuilder limit(
  1. int limit
)

Implementation

SelectorBuilder limit(int limit) {
  paramLimit = limit;
  return this;
}