T
- Type of iterable objectsP
- Type of source objects@Immutable public final class RtValuePagination<T,P extends javax.json.JsonValue> extends Object implements Iterable<T>
Modifier and Type | Class and Description |
---|---|
static interface |
RtValuePagination.Mapping<X,P extends javax.json.JsonValue>
Mapping from JsonValue successor to the destination type.
|
Constructor and Description |
---|
RtValuePagination(com.jcabi.http.Request req,
RtValuePagination.Mapping<T,P> mpp)
Public ctor.
|
@NotNull(message="Request is never NULL") public com.jcabi.http.Request request()
@NotNull(message="map is never NULLs") public RtValuePagination.Mapping<T,P> mapping()
Copyright © 2012–2014 jcabi.com. All rights reserved.