FicIteratorExtension<T> extension

on

Methods

toIList() IList<T>

Available on Iterator<T>, provided by the FicIteratorExtension extension

Convert this iterator into an IList.
toISet() ISet<T>

Available on Iterator<T>, provided by the FicIteratorExtension extension

Convert this iterator into an ISet.
toIterable() Iterable<T>

Available on Iterator<T>, provided by the FicIteratorExtension extension

Convert this iterator into an Iterable.
toList({bool growable = true}) List<T>

Available on Iterator<T>, provided by the FicIteratorExtension extension

Convert this iterator into a List.
toSet() Set<T>

Available on Iterator<T>, provided by the FicIteratorExtension extension

Convert this iterator into a Set.