maxOfOrNull

inline suspend fun <T, R : Comparable<R>> <Error class: unknown class><T>.maxOfOrNull(crossinline selector: suspend (T) -> R): R?