Skip to content
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

Add helpers for building Query #12

Closed
valencik opened this issue Jan 31, 2023 · 0 comments · Fixed by #26
Closed

Add helpers for building Query #12

valencik opened this issue Jan 31, 2023 · 0 comments · Fixed by #26
Milestone

Comments

@valencik
Copy link
Collaborator

Specifically for building a Query object without parsing. Perhaps described as building a Query "programmatically".

The OrQ and AndQ classes could have apply methods that take varargs similar to how NonEmptyList does it.

Perhaps adding .and and .or methods on Query itself for easily combining multiple Queries.

Maybe also a .not

@valencik valencik added this to the First Release milestone Apr 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant