Compute the sum of the given numbers by applying the given iteratee on every item. The result of the iteratee function is then added to the sum.
Type of the numbers elements.
numbers
The iteratee invoked per item.
The numbers to sum.
The sum of the numbers.
Compute the sum of the given numbers by applying the given iteratee on every item. The result of the iteratee function is then added to the sum.