Interface BatchIterable<E>

    • Method Detail

      • batchForEach

        void batchForEach​(Procedure<? super E> procedure,
                          int sectionIndex,
                          int sectionCount)
      • size

        int size()
      • getBatchCount

        int getBatchCount​(int batchSize)
      • forEach

        void forEach​(Procedure<? super E> procedure)