public int sumInteger(FunctionExpression<IntegerFunction1<T>> selector) {
   return factory.sumInteger(getThis(), selector);
 }