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
Add allOf method to a predicate factory returned by Predicates.transfotm(...).
allOf
Predicates.transfotm(...)
It is so often to do transform(...).check(allOf(...)). Let's create a short hand method for it.
transform(...).check(allOf(...))
The text was updated successfully, but these errors were encountered:
Issue-#88: Implement allOf and checkAllOf methods in PrintablePredica…
f838ca9
…teFactory returned by transform.
d6d9694
…teFactory returned by transform. (#89) Co-authored-by: Hiroshi Ukai <dakusui@gamil.com>
dakusui
No branches or pull requests
Add
allOf
method to a predicate factory returned byPredicates.transfotm(...)
.It is so often to do
transform(...).check(allOf(...))
.Let's create a short hand method for it.
The text was updated successfully, but these errors were encountered: