public int count(FunctionExpression<Predicate1<T>> func) {
   return factory.count(getThis(), func);
 }