public Long sumNullableLong(FunctionExpression<NullableLongFunction1<T>> selector) {
   return factory.sumNullableLong(getThis(), selector);
 }