max

@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun Sequence<Double>.max(): Double?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun Sequence<Float>.max(): Float?
@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun <T : Comparable<T>> Sequence<T>.max(): T?