Class 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<?>>
      T
      load​(java.util.function.Function<Page,​T> 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 limit)
    • Method Detail

      • load

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