retainWhere method

view source

void retainWhere (bool test(E element)) inherited

Implementation

void retainWhere(bool test(E element)) {
  _filter(test, true);
}