hasOnly abstract method

bool hasOnly(
  1. RulesIterable<T> other
)

Test whether the set calling hasOnly() contains only the items in the comparison set or list passed to hasOnly().

Implementation

bool hasOnly(RulesIterable<T> other);