从队列中移除所有匹配 test 的元素。
test
函数 test 应当不会抛出异常或修改队列。
void removeWhere(bool test(E element)) { _filter(test, true); }