removeWhere 方法

void removeWhere(
  1. bool test(
    1. E element
    )
)
继承

此操作不支持不可修改的集合。

实现

void removeWhere(bool test(E element)) => _throwUnmodifiable();