Class BatchLoader


  • public class BatchLoader
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BatchLoader​(int pageSize)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T,​F extends ResultPage<T>>
      java.util.Collection<T>
      load​(java.util.function.Function<Page,​F> f)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BatchLoader

        public BatchLoader​(int pageSize)
    • Method Detail

      • load

        public <T,​F extends ResultPage<T>> java.util.Collection<T> load​(java.util.function.Function<Page,​F> f)