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