IterableBuiltExtensions<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
builtGroupBy<
K> (K fn(T element)) → BuiltMap< K, BuiltList< T> > -
Available on Iterable<
Splits a list into sub-lists stored in an object, based on the result of calling a function on each element, and grouping the results according to values returned.T> , provided by the IterableBuiltExtensions extension -
generateBuiltBook(
{int? valuesPerPage, int? numberOfPages}) → BuiltMap< int, BuiltList< T> > -
Available on Iterable<
T> , provided by the IterableBuiltExtensions extension