*
* @param selector Selector used to remove resources
* @return a {@link SlingQuery} object transformed by this operation
*/
public SlingQuery not(String selector) {
return functionWithSelector(new NotFunction(new Selector(selector, searchStrategy)), "");
}