intersection abstract method

BooleanSelector intersection(
  1. BooleanSelector other
)

Returns a new BooleanSelector that matches only inputs matched by both this and other.

Implementation

BooleanSelector intersection(BooleanSelector other);