Chunked<T> extension
- on
-
- Iterable<
T>
- Iterable<
Methods
-
chunked<
R> (int size, [ChunkedTransform< List< ? transform]) → Iterable<T> , R>R> -
Splits into a list of lists, each not exceeding the given
size
.
size
.