kotlin-stdlib
Common
kotlin-stdlib
/
kotlin.sequences
/
max
max
Common
@
DeprecatedSinceKotlin
(
warningSince
=
"1.4"
,
errorSince
=
"1.5"
)
fun
Sequence
<
Double
>
.
max
(
)
:
Double
?
Content copied to clipboard
@
DeprecatedSinceKotlin
(
warningSince
=
"1.4"
,
errorSince
=
"1.5"
)
fun
Sequence
<
Float
>
.
max
(
)
:
Float
?
Content copied to clipboard
@
DeprecatedSinceKotlin
(
warningSince
=
"1.4"
,
errorSince
=
"1.5"
)
fun
<
T
:
Comparable
<
T
>
>
Sequence
<
T
>
.
max
(
)
:
T
?
Content copied to clipboard