hasAny abstract method

bool hasAny(
  1. RulesIterable<T> other
)

Test whether the set calling hasAny() contains any of the items in the set or list passed to hasAny().

Implementation

bool hasAny(RulesIterable<T> other);