16171819202122
this.until = until; } @Override public Iterator<Resource> apply(Resource resource) { return new NextIterator(until, resource); }