retainWhere method

void retainWhere (bool test(E element))
override

Throws an UnsupportedError; operations that change the set are disallowed.

Implementation

void retainWhere(bool test(E element)) => _throw();