max

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()