reduceOrNull

inline suspend fun <T> <Error class: unknown class><T>.reduceOrNull(noinline operation: suspend (acc: T, value: T) -> T): T?