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>

public class ListServiceFromList.ListPaginatorList extends Object implements ListPaginator<T>
  • Field Details

    • concept

      protected C concept
  • Constructor Details

    • ListPaginatorList

      public ListPaginatorList(C concept)
  • Method Details

    • createFilteredList

      protected Stream<T> createFilteredList(C concept)
    • apply

      public io.reactivex.rxjava3.core.Flowable<T> apply(com.google.common.collect.Range<Long> t)
      Specified by:
      apply in interface Function<com.google.common.collect.Range<Long>,io.reactivex.rxjava3.core.Flowable<T>>
    • fetchCount

      public io.reactivex.rxjava3.core.Single<com.google.common.collect.Range<Long>> fetchCount(Long itemLimit, Long rowLimit)
      Specified by:
      fetchCount in interface ListPaginator<T>