where method

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

Implementation

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