Class BatchIterable<T>

java.lang.Object
ru.slie.luna.utils.BatchIterable<T>
All Implemented Interfaces:
Iterable<List<T>>

public class BatchIterable<T> extends Object implements Iterable<List<T>>