maxBy

@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
inline fun <T, R : Comparable<R>> Sequence<T>.maxBy(selector: (T) -> R): T?