示例#1
0
 @Override
 public ImmutableSet<Object> filterAttributeContents(
     QueryTarget target, String attribute, final Predicate<Object> predicate)
     throws QueryException, InterruptedException {
   return QueryTargetAccessor.filterAttributeContents(getNode(target), attribute, predicate);
 }