FicIteratorExtension<T> extension

on

Methods

toIList() IList<T>
Convert this iterator into an IList.
toISet() ISet<T>
Convert this iterator into an ISet.
toIterable() Iterable<T>
Convert this iterator into an Iterable.
toList({bool growable = true}) List<T>
Convert this iterator into a List.
toSet() Set<T>
Convert this iterator into a Set.