and method
Implementation
ElementSelector<E, O> and(ElementSelector<E, O> other) {
return CombiningElementSelector<E, O>(this, other);
}
ElementSelector<E, O> and(ElementSelector<E, O> other) {
return CombiningElementSelector<E, O>(this, other);
}