Package org.aksw.commons.rx.range
Class RangedSupplierDelegated<I extends Comparable<I>,P>
java.lang.Object
org.aksw.commons.util.delegate.AbstractDelegated<RangedSupplier<I,P>>
org.aksw.commons.rx.range.RangedSupplierDelegated<I,P>
- Type Parameters:
I-P-
- All Implemented Interfaces:
Function<com.google.common.collect.Range<I>,,io.reactivex.rxjava3.core.Flowable<P>> RangedSupplier<I,,P> Delegated<RangedSupplier<I,,P>> Unwrappable
- Direct Known Subclasses:
ListPaginatorWithSimpleCache
public abstract class RangedSupplierDelegated<I extends Comparable<I>,P>
extends AbstractDelegated<RangedSupplier<I,P>>
implements RangedSupplier<I,P>
Base class for RangedSupplier implementations that decorate another RangedSupplier.
- Author:
- raven
-
Field Summary
Fields inherited from class org.aksw.commons.util.delegate.AbstractDelegated
delegate -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.aksw.commons.util.delegate.AbstractDelegated
delegate, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.commons.util.delegate.Unwrappable
unwrap