IterableFilter<E> extension

on

Methods

filter(bool predicate(E element)) Iterable<E>
Returns all elements matching the given predicate.