Interface PagingTestsUtil.Searcher<T,E extends Exception>

Enclosing class:
PagingTestsUtil

public static interface PagingTestsUtil.Searcher<T,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    search(int start, int max)
     
  • Method Details

    • search

      List<T> search(int start, int max) throws E
      Throws:
      E extends Exception