toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.entity
/
sumBy
sum
By
inline
fun
<
E
:
Any
,
T
:
BaseTable
<
E
>
,
C
:
Number
>
EntitySequence
<
E
,
T
>
.
sumBy
(
selector
:
(
T
)
->
ColumnDeclaring
<
C
>
)
:
C
?
(
source
)
Return the sum of the column given by
selector
in this sequence.
The operation is terminal.