Oleksii Dykov

Results 3 issues of Oleksii Dykov

i think it would be a good idea to add support of Joined instance for all methods with the `(Predicate, Predicate...)` signature: ```java all(Joined) ```

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: ```java...