24252627282930313233
} @Override public Iterator<Resource> apply(Iterator<Resource> resources) { if (to == null) { return new SliceIterator(resources, from); } else { return new SliceIterator(resources, from, to); } }