removeWhere method

I removeWhere(
  1. Predicate<T> test
)

Implementation

I removeWhere(Predicate<T> test) => newInstance(iter.removeWhere(test));