You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accountancy.salesVolume(…) currently returns a Map<Interval, Money>. This causes a bit of unexpected behavior as the Map's entries will not be retuned in chronological order. We should introduce a dedicated value object as return value that can be iterated in stable order.
The text was updated successfully, but these errors were encountered:
Accountancy.salesVolume(…)
currently returns aMap<Interval, Money>
. This causes a bit of unexpected behavior as theMap
's entries will not be retuned in chronological order. We should introduce a dedicated value object as return value that can be iterated in stable order.The text was updated successfully, but these errors were encountered: