public interface PaginatedDataCollector
Modifier and Type | Method and Description |
---|---|
<T> @NotNull PaginationResult<T> |
collect(@NotNull PaginationRequest<T> request,
@NotNull PaginatedDataProvider<T> provider)
Fetch data from provider with limitation in request.
|
@NotNull <T> @NotNull PaginationResult<T> collect(@NotNull @NotNull PaginationRequest<T> request, @NotNull @NotNull PaginatedDataProvider<T> provider)
T
- return typerequest
- specified request with predicatesprovider
- Copyright © 2022 Atlassian Software Systems Pty Ltd. All rights reserved.