IterableSumBy<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
sumBy<
T extends num> (T selector(E element)) → T -
Available on Iterable<
Returns the sum of all values produced byE> , provided by the IterableSumBy extensionselector
function applied to each element in the collection.