Class RtValuePagination<T,P extends jakarta.json.JsonValue>

java.lang.Object
com.jcabi.github.RtValuePagination<T,P>
Type Parameters:
T - Type of iterable objects
P - 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:
  • Constructor Details

    • RtValuePagination

      public RtValuePagination(com.jcabi.http.Request req, RtValuePagination.Mapping<T,P> mpp)
      Public ctor.
      Parameters:
      req - Request
      mpp - Mapping
  • Method Details