removeAll

fun <T> MutableIterator<T>.removeAll(condition: (T) -> Boolean)