kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
max
max
fun
Sequence
<
Double
>
.
max
(
)
:
Double
?
(
source
)
fun
Sequence
<
Float
>
.
max
(
)
:
Float
?
(
source
)
fun
<
T
:
Comparable
<
T
>
>
Sequence
<
T
>
.
max
(
)
:
T
?
(
source
)
Deprecated
Warning since 1.4
Error since 1.5
Use maxOrNull instead.
Replace with
this.maxOrNull()
Content copied to clipboard