Package org.aksw.commons.rx.lookup
Class ListServiceFromList.ListPaginatorList
java.lang.Object
org.aksw.commons.rx.lookup.ListServiceFromList.ListPaginatorList
- All Implemented Interfaces:
Function<com.google.common.collect.Range<Long>,,io.reactivex.rxjava3.core.Flowable<T>> ListPaginator<T>,RangedSupplier<Long,,T> Unwrappable
- Enclosing class:
- ListServiceFromList<C,
T>
-
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.util.delegate.Unwrappable
unwrap
-
Field Details
-
concept
-
-
Constructor Details
-
ListPaginatorList
-
-
Method Details
-
createFilteredList
-
apply
-
fetchCount
public io.reactivex.rxjava3.core.Single<com.google.common.collect.Range<Long>> fetchCount(Long itemLimit, Long rowLimit) - Specified by:
fetchCountin interfaceListPaginator<T>
-