Interface IPageLoader<T>

Type Parameters:
T - the type of elements that loading pages contain

public interface IPageLoader<T>
A loader that provides getting page from storage by pageable object.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    load(IPageable pageable)
    Loads the page that is associated with the given pageable object.
  • Method Details

    • load

      IPage<T> load(IPageable pageable)
      Loads the page that is associated with the given pageable object.
      Parameters:
      pageable - the pageable object by whose the page is to be returned
      Returns:
      the page