hasAll abstract method

bool hasAll(
  1. RulesIterable<T> other
)

Test whether the set calling hasAll() contains all of the items in the comparison set passed to hasAll().

Implementation

bool hasAll(RulesIterable<T> other);