Package org.aksw.commons.rx.lookup
Interface ListService<C,T>
- All Known Subinterfaces:
MapService<C,K, V>
- All Known Implementing Classes:
ListServiceFromList,ListServiceMapWrapper,MapServiceFromListService,MapServiceTransformItem
public interface ListService<C,T>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePaginator(C concept) default io.reactivex.rxjava3.core.Flowable<T>streamData(C concept, com.google.common.collect.Range<Long> range)
-
Method Details
-
createPaginator
-
streamData
-