-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ease creation of QuerySpecs #93
Comments
If both Lines 102 to 104 in 6c23b71
+1 |
mlopezFC
added a commit
that referenced
this issue
Jun 25, 2024
mlopezFC
added a commit
that referenced
this issue
Jul 1, 2024
Make the creation of new QuerySpec instances easier by using chained Accessors. This make the feature not binary compatible, but given that we're just returning QuerySpecs instead of void, everything should compile, thus this is not a breaking change. Closes #93
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I want a QuerySpec that returns everything I need to:
Maybe it would be better to use something like QuerySpec.withNoRestrictions();
Also it would be great to have a builder pattern to make it easier to build a new instance.
The text was updated successfully, but these errors were encountered: