IterableChunked<E> extension

on

Methods

chunked(int size) Iterable<List<E>>
Splits this collection into a new lazy Iterable of lists each not exceeding the given size.