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