union method Null safety
- BooleanSelector other
Returns a new BooleanSelector that matches all inputs matched by either
this or other
.
Implementation
BooleanSelector union(BooleanSelector other);
Returns a new BooleanSelector that matches all inputs matched by either
this or other
.
BooleanSelector union(BooleanSelector other);