IterableChunkWhile<E> extension
- on
-
- Iterable<
E>
- Iterable<
Methods
-
chunkWhile(
bool predicate(E, E)) → Iterable< List< E> > -
Available on Iterable<
Splits this collection into a lazy Iterable of chunks, where chunks are created as long asE> , provided by the IterableChunkWhile extensionpredicate
is true for a pair of entries.