intersection method Null safety
- 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);