sumWith
Returns the sum of all elements in the iterable in provided space.
Return
the sum.
Parameters
<receiver>
the collection to sum up.
group
the algebra that provides addition.
Returns the sum of all elements in the iterable in provided space.
the sum.
the collection to sum up.
the algebra that provides addition.