kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
minBy
min
By
inline
fun
<
T
,
R
:
Comparable
<
R
>
>
Sequence
<
T
>
.
minBy
(
selector
:
(
T
)
->
R
)
:
T
?
(
source
)
Deprecated
Warning since 1.4
Error since 1.5
Use minByOrNull instead.
Replace with
this.minByOrNull(selector)
Content copied to clipboard