-
Feature Request
-
Resolution: Done
-
Optional
-
None
-
None
-
2021 Week 31-33 (from Aug 2)
-
3
-
Low
-
Undefined
-
NEW
-
NEW
We may want a countIf(Predicate) constraint collector. Works just as count(), except it only counts if the predicate matches.
Another possible implementation would be a generic conditional(ConstraintCollector, Predicate) collector, which delegates to the nested collector. (Eg. conditionally(count(), predicate).)