IterableExtension<E> extension

on

Methods

mapWhere<T>(T f(E e), bool test(E e)) List<T>