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
-
Method Details
-
load
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
-