cumulativeSum

fun <T> Flow<T>.cumulativeSum(group: GroupOperations<T>): Flow<T>