kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.text
/
maxBy
max
By
inline
fun
<
R
:
Comparable
<
R
>
>
CharSequence
.
maxBy
(
selector
:
(
Char
)
->
R
)
:
Char
?
(
source
)
Deprecated
Warning since 1.4
Error since 1.5
Use maxByOrNull instead.
Replace with
this.maxByOrNull(selector)
Content copied to clipboard