Interface SkipLimitProvider<T>


public interface SkipLimitProvider<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    getBatch(int skip, int limit)
     
  • Method Details

    • getBatch

      List<T> getBatch(int skip, int limit)