Interface PaginatedDataProvider<T>
-
- Type Parameters:
T
- return type class
public interface PaginatedDataProvider<T>
Data provider forPaginatedDataCollector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<T>
provideData(int start, int limit)
Paginated resource
-