public long averageLong(FunctionExpression<LongFunction1<T>> selector) {
   return factory.averageLong(getThis(), selector);
 }