Package com.oorian.data
Interface CallbackDataProvider.FetchCallback<T>
- Type Parameters:
T- the data item type
- Enclosing class:
CallbackDataProvider<T>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback for fetching a page of data.
-
Method Summary
Modifier and TypeMethodDescriptionFetches items matching the query.
-
Method Details
-
fetch
Fetches items matching the query.- Parameters:
query- the query parameters- Returns:
- the result with items and total count
-