enumerable4j icon indicating copy to clipboard operation
enumerable4j copied to clipboard

Refactoring - new class needed Joined to join all predicates to one

Open dgroup opened this issue 3 years ago • 1 comments

public final class Joined implements Predicate<T> {
    public Joined(Predicate<T> first, Predicate<T> ... other) {
         ...
    }
    ...
}

dgroup avatar May 23 '21 12:05 dgroup

Hi, I am interested. Can you please describe the issue a bit more clearly?

And please consider assigning me.

danger-ahead avatar May 23 '21 14:05 danger-ahead