max

Deprecated

Use maxOrNull instead.

Replace with

this.maxOrNull()

Since Kotlin

1.1

fun <T : Comparable<T>> Sequence<T>.max(): T?(source)

Deprecated

Use maxOrNull instead.

Replace with

this.maxOrNull()

Since Kotlin

1.0