hasAny abstract method

bool hasAny(
  1. RulesList<T> other
)

Determine whether the list contains any element in another list.

Implementation

bool hasAny(RulesList<T> other);