hasOnly abstract method

bool hasOnly(
  1. RulesList<T> other
)

Determine whether all elements in the list are present in another list.

Implementation

bool hasOnly(RulesList<T> other);