IterableChunked<E> extension

on

Methods

chunked(int size) Iterable<List<E>>

Available on Iterable<E>, provided by the IterableChunked extension

Splits this collection into a new lazy Iterable of lists each not exceeding the given size.