JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
ru.slie.luna.utils.BatchIterable
Packages that use
BatchIterable
Package
Description
ru.slie.luna.utils
Uses of
BatchIterable
in
ru.slie.luna.utils
Methods in
ru.slie.luna.utils
that return
BatchIterable
Modifier and Type
Method
Description
static <T>
BatchIterable
<T>
BatchIterable.
of
(
Iterable
<T> source, int batchSize)