273274275276277278279
} @Override public IQuery<T> take(int i) { return new IterableQuery(this.iterable(), this.klazz, new TakeUntilMatcher(i)); }