Interface BatchResultIterable<T>
- Type Parameters:
T- The generic type for the iterable.
- All Superinterfaces:
Iterable<T>, ResultIterable<T>
Extend the
ResultIterable for batch operations.-
Nested Class Summary
Nested classes/interfaces inherited from interface ResultIterable
ResultIterable.ResultIteratorDelegate<T,R> -
Method Summary
Modifier and TypeMethodDescriptionSplit the results into per-batch sub-lists.static <U> BatchResultIterable<U> of(ResultIterable<U> delegate, Supplier<int[]> modifiedRowCountsSupplier) Methods inherited from interface Iterable
spliteratorMethods inherited from interface ResultIterable
collect, collectInto, collectInto, collectIntoList, collectIntoSet, collectToMap, filter, findFirst, findOne, findOnly, first, forEach, forEachWithCount, iterator, list, map, one, reduce, set, stream, toCollection, useIterator, useStream, withIterator, withStream
-
Method Details
-
listPerBatch
-
of
static <U> BatchResultIterable<U> of(ResultIterable<U> delegate, Supplier<int[]> modifiedRowCountsSupplier)
-