retainWhere method
override
Throws an UnsupportedError; operations that change the set are disallowed.
Implementation
void retainWhere(bool test(E element)) => _throw();
Throws an UnsupportedError; operations that change the set are disallowed.
void retainWhere(bool test(E element)) => _throw();