where method

view source

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

Implementation

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