maxWith

@DeprecatedSinceKotlin(warningSince = "1.4", errorSince = "1.5")
fun <T> Sequence<T>.maxWith(comparator: Comparator<in T>): T?