minWith
@JvmName
(
"minWithOrThrow"
)
fun
CharSequence
.
minWith
(
comparator
:
Comparator
<
in
Char
>
)
:
Char
(source)
Returns the first character having the smallest value according to the provided comparator .
Exceptions
@DeprecatedSinceKotlin
(
"1.4"
,
"1.5"
,
"1.6"
)
fun
CharSequence
.
minWith
(
comparator
:
Comparator
<
in
Char
>
)
:
Char
?
(source)