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

Refactoring: add logical OR for Joined #87

Open
dykov opened this issue May 31, 2021 · 0 comments
Open

Refactoring: add logical OR for Joined #87

dykov opened this issue May 31, 2021 · 0 comments

Comments

@dykov
Copy link
Contributor

dykov commented May 31, 2021

Now Joined is a compound predicate that represents a short-circuiting logical AND of all given predicates.
We need some method/inner class for logical OR.

I suggest using static classes:

new Joined.And( ... );
new Joined.Or( ... );
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

No branches or pull requests

1 participant