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
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:
The text was updated successfully, but these errors were encountered: