removeAll abstract method

RulesList<T> removeAll(
  1. RulesList<T> other
)

Create a new list by removing the elements of another list from this list.

Implementation

RulesList<T> removeAll(RulesList<T> other);