Interface RangedEntrySupplier<I extends Comparable<I>, K, V>

Type Parameters:
I -
K -
V -
All Superinterfaces:
Function<com.google.common.collect.Range<I>, io.reactivex.rxjava3.core.Flowable<Map.Entry<K,V>>>, RangedSupplier<I, Map.Entry<K,V>>, Unwrappable
All Known Subinterfaces:
MapPaginator<K,V>
All Known Implementing Classes:
MapPaginatorTransformItem, MapServiceFromListService.MapPaginatorFromListService

public interface RangedEntrySupplier<I extends Comparable<I>, K, V> extends RangedSupplier<I, Map.Entry<K,V>>
Interface for obtaining a stream of entries for a given range. Note totally sure whether this should extend from ranged supplier (as it is now) or whether it should be separate from it.
Author:
raven