311312313314315316317
* Replace each element in the collection with its parent. * * @return a {@link SlingQuery} object transformed by this operation */ public SlingQuery parent() { return functionWithSelector(new ParentFunction(), ""); }
301302303304305306307