从队列中删除所有符合 test 的元素。
test
test 函数不得抛出异常或修改队列。
void removeWhere(bool test(E element)) { _filter(test, true); }