commons
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
commons
commons-collections
/
xyz.xenondevs.commons.collections
/
sumOf
sum
Of
inline
fun
<
T
>
Iterable
<
T
>
.
sumOf
(
transform
:
(
T
)
->
Float
)
:
Float
fun
<
T
>
Sequence
<
T
>
.
sumOf
(
selector
:
(
T
)
->
Float
)
:
Float