Class ListPaginatorMapWrapper<K,V,T>

java.lang.Object
org.aksw.commons.rx.lookup.ListPaginatorMapWrapper<K,V,T>
All Implemented Interfaces:
Function<com.google.common.collect.Range<Long>,io.reactivex.rxjava3.core.Flowable<T>>, ListPaginator<T>, RangedSupplier<Long,T>, Unwrappable

public class ListPaginatorMapWrapper<K,V,T> extends Object implements ListPaginator<T>