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