hasAll abstract method

bool hasAll(
  1. RulesList<T> other
)

Determine whether the list contains all elements in another list.

Implementation

bool hasAll(RulesList<T> other);