Create a new list by removing the elements of another list from this list.
RulesList<T> removeAll(RulesList<T> other);