mapValuesOrAccumulate

inline fun <K, A, B> Map<K, A>.mapValuesOrAccumulate(transform: RaiseAccumulate<Error>.(Map.Entry<K, A>) -> B): Map<K, B>