Class BatchLoader
- java.lang.Object
-
- pl.grizzlysoftware.dotykacka.util.BatchLoader
-
public class BatchLoader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BatchLoader(int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends java.util.Collection<?>>
Tload(java.util.function.Function<Page,T> f)
-
-
-
Method Detail
-
load
public <T extends java.util.Collection<?>> T load(java.util.function.Function<Page,T> f)
-
-