Interface RangedSupplier<I extends Comparable<I>, O>
- All Superinterfaces:
Function<com.google.common.collect.Range<I>, io.reactivex.rxjava3.core.Flowable<O>>, Unwrappable
- All Known Subinterfaces:
ListPaginator<T>, MapPaginator<K,V>, RangedEntrySupplier<I, K, V>
- All Known Implementing Classes:
ListPaginatorBatch, ListPaginatorFromList, ListPaginatorMapWrapper, ListPaginatorWithAdvancedCache, ListPaginatorWithSimpleCache, ListServiceFromList.ListPaginatorList, MapPaginatorTransformItem, MapServiceFromListService.MapPaginatorFromListService, PaginatorBatchedLookup, RangedSupplierDelegated
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface RangedSupplier<I extends Comparable<I>, O>
extends Function<com.google.common.collect.Range<I>, io.reactivex.rxjava3.core.Flowable<O>>, Unwrappable
-
Method Summary
Methods inherited from interface Unwrappable
unwrap