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