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