removeWhere method

view source

void removeWhere (bool test(E element)) inherited

Implementation

void removeWhere(bool test(E element)) {
  _filter(test, false);
}