Interface MapPaginator<K,V>
- All Superinterfaces:
Function<com.google.common.collect.Range<Long>, io.reactivex.rxjava3.core.Flowable<Map.Entry<K,V>>>, ListPaginator<Map.Entry<K, V>>, RangedEntrySupplier<Long, K, V>, RangedSupplier<Long, Map.Entry<K, V>>, Unwrappable
- All Known Implementing Classes:
MapPaginatorTransformItem, MapServiceFromListService.MapPaginatorFromListService
public interface MapPaginator<K,V>
extends RangedEntrySupplier<Long,K,V>, ListPaginator<Map.Entry<K,V>>
I think the ListService interface should be changed to:
ListService.createPaginator(Concept)
TODO: There is an overlap with the RangedSupplier
- Author:
- raven
-
Method Summary
Methods inherited from interface ListPaginator
batch, fetchCount, fetchList, mapMethods inherited from interface Unwrappable
unwrap
-
Method Details
-
fetchMap
-
toMap
-
toMap
-
fetchMap
-