Skip to content

Refactoring: add logical OR for Joined #87

@dykov

Description

@dykov

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( ... );

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions