where method

view source

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

Implementation

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