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