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
A ConstraintTransformer that returns a Predicate would allow applying a QuerySpec to an in-memory list of items, which is helpful when one needs to test whether some items (already retrieved) match a database query (among other scenarios).
The text was updated successfully, but these errors were encountered:
A ConstraintTransformer that returns a
Predicate
would allow applying aQuerySpec
to an in-memory list of items, which is helpful when one needs to test whether some items (already retrieved) match a database query (among other scenarios).The text was updated successfully, but these errors were encountered: