Interface LazyBatchCollection.BatchSupplier<T>

  • Enclosing class:
    LazyBatchCollection<T>

    public static interface LazyBatchCollection.BatchSupplier<T>
    • Method Detail

      • newBatch

        T newBatch​(long start,
                   long length)