Package com.jcabi.github
Class RtValuePagination<T,P extends jakarta.json.JsonValue>
java.lang.Object
com.jcabi.github.RtValuePagination<T,P>
- Type Parameters:
T- Type of iterable objectsP- Type of source objects
- All Implemented Interfaces:
Iterable<T>
@Immutable
public final class RtValuePagination<T,P extends jakarta.json.JsonValue>
extends Object
implements Iterable<T>
GitHub value pagination.
- Since:
- 0.8
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceRtValuePagination.Mapping<X,P extends jakarta.json.JsonValue> Mapping from JsonValue successor to the destination type. -
Constructor Summary
ConstructorsConstructorDescriptionRtValuePagination(com.jcabi.http.Request req, RtValuePagination.Mapping<T, P> mpp) Public ctor. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
RtValuePagination
Public ctor.- Parameters:
req- Requestmpp- Mapping
-
-
Method Details