retainWhere method

I retainWhere(
  1. Predicate<T> test
)

Implementation

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