Package org.aksw.commons.rx.lookup
Class MapServiceFromListService.MapPaginatorFromListService
java.lang.Object
org.aksw.commons.rx.lookup.MapServiceFromListService.MapPaginatorFromListService
- All Implemented Interfaces:
Function<com.google.common.collect.Range<Long>,,io.reactivex.rxjava3.core.Flowable<Map.Entry<K, V>>> ListPaginator<Map.Entry<K,,V>> MapPaginator<K,,V> RangedEntrySupplier<Long,,K, V> RangedSupplier<Long,,Map.Entry<K, V>> Unwrappable
- Enclosing class:
- MapServiceFromListService<C,
T, K, V>
public class MapServiceFromListService.MapPaginatorFromListService
extends Object
implements MapPaginator<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.commons.rx.lookup.ListPaginator
batch, fetchList, mapMethods inherited from interface org.aksw.commons.rx.lookup.MapPaginator
fetchMap, fetchMap, toMap, toMapMethods inherited from interface org.aksw.commons.util.delegate.Unwrappable
unwrap
-
Field Details
-
listPaginator
-
-
Constructor Details
-
MapPaginatorFromListService
-
-
Method Details
-
apply
-
fetchCount
public io.reactivex.rxjava3.core.Single<com.google.common.collect.Range<Long>> fetchCount(Long itemLimit, Long rowLimit) - Specified by:
fetchCountin interfaceListPaginator<Map.Entry<K,V>>
-