IterableSumBy<E> extension

on

Methods

sumBy<T extends num>(T selector(E element)) → T
Returns the sum of all values produced by selector function applied to each element in the collection.