intersection abstract method
- BooleanSelector other
Returns a new BooleanSelector that matches only inputs matched by both
this and other.
Implementation
BooleanSelector intersection(BooleanSelector other);
Returns a new BooleanSelector that matches only inputs matched by both
this and other.
BooleanSelector intersection(BooleanSelector other);