union abstract method

BooleanSelector union(
  1. BooleanSelector other
)

Returns a new BooleanSelector that matches all inputs matched by either this or other.

Implementation

BooleanSelector union(BooleanSelector other);