skip method

SelectorBuilder skip(
  1. int skip
)

Implementation

SelectorBuilder skip(int skip) {
  paramSkip = skip;
  return this;
}