Package no.digipost.collection
Class BatchedIterable<T,BATCH extends Iterable<? extends T>>
- java.lang.Object
-
- no.digipost.collection.BatchedIterable<T,BATCH>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T,BATCH extends Iterable<? extends T>>
Iterable<T>batched(Supplier<BATCH> batchFetcher, Predicate<? super BATCH> fetchNextBatch)Iterator<T>iterator()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-