Package com.oorian.data
Interface CallbackDataProvider.CountCallback
- 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 counting matching items.
-
Method Summary
-
Method Details
-
count
Returns the total number of items matching the query's filters.- Parameters:
query- the query parameters- Returns:
- the total count
-