where method

view source

Iterable<T> where (bool test(T element)) inherited

Implementation

Iterable<E> where(bool test(E element)) => WhereIterable<E>(this, test);