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