Iterable<Iterable<T>>
Iterable
Chunked(3, [2, 4, 6, 8, 10, 12, 14, 16]) -> [ [2, 4, 6], [8, 10, 12], [14, 16] ]
Chunked(int chunkSize, Iterable<T> delegate)
Iterator<Iterable<T>>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
iterator
Iterable<T>