retainWhere 方法

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

不可变集合不支持此操作。

实现

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