279280281282283284285
} @Override public IQuery<T> skip(int i) { return new IterableQuery(this.iterable(), this.klazz, new SkipUntilMatcher(i)); }