Package com.jcabi.github
Interface RtValuePagination.Mapping<X,P extends javax.json.JsonValue>
-
- Type Parameters:
X- Type of custom objectP- Type of source object
- Enclosing class:
- RtValuePagination<T,P extends javax.json.JsonValue>
@Immutable public static interface RtValuePagination.Mapping<X,P extends javax.json.JsonValue>
Mapping from JsonValue successor to the destination type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xmap(P value)Map JsonValue successor to the type required.
-