210211212213214215216
* Filter resource collection to the last element. * * @return a {@link SlingQuery} object transformed by this operation */ public SlingQuery last() { return functionWithSelector(new LastFunction(), ""); }
200201202203204205206