where method

Iterable<T> where(
  1. Predicate<T> test
)

Implementation

Iterable<T> where(Predicate<T> test) => iter.where(test);