We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
OrQ
AndQ
NonEmptyList
Perhaps adding .and and .or methods on Query itself for easily combining multiple Queries.
.and
.or
Maybe also a .not
.not
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Specifically for building a Query object without parsing. Perhaps described as building a Query "programmatically".
The
OrQ
andAndQ
classes could have apply methods that take varargs similar to howNonEmptyList
does it.Perhaps adding
.and
and.or
methods on Query itself for easily combining multiple Queries.Maybe also a
.not
The text was updated successfully, but these errors were encountered: