where method

view source

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

Implementation

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