Is your feature request related to a problem? Please describe.
Sometimes it is nice to be able to filter out elements from a product-type, and work only with subset.
Describe the solution you'd like
A filter like algorithm that takes a product-type and a predicate, and removes elements for which the predicate returns false.
Describe alternatives you've considered
I instead used something like:
Is your feature request related to a problem? Please describe. Sometimes it is nice to be able to filter out elements from a product-type, and work only with subset.
Describe the solution you'd like A filter like algorithm that takes a product-type and a predicate, and removes elements for which the predicate returns false.
Describe alternatives you've considered I instead used something like: