kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
maxWith
max
With
fun
<
T
>
Sequence
<
T
>
.
maxWith
(
comparator
:
Comparator
<
in
T
>
)
:
T
?
(
source
)
Deprecated
Warning since 1.4
Error since 1.5
Use maxWithOrNull instead.
Replace with
this.maxWithOrNull(comparator)
Content copied to clipboard