AdvancedIterator<T> extension

on

Methods

firstWhere(bool fn(T item)) → T?
toList() Iterable<T>
where(bool fn(T item)) Iterable<T>