and method

ElementSelector<E, O> and(
  1. ElementSelector<E, O> other
)

Implementation

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