public float averageFloat(FunctionExpression<FloatFunction1<T>> selector) {
   return factory.averageFloat(getThis(), selector);
 }