S - Type of the source listT - Type of the converted listfinal class ListMapper<S,T> extends java.lang.Object implements Mapper<java.util.List<S>,java.util.List<T>>
| Modifier | Constructor and Description |
|---|---|
private |
ListMapper(Mapper<S,T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
static <S,T> ListMapper<S,T> |
forMapper(Mapper<S,T> elementMapper) |
java.util.List<T> |
map(java.util.List<S> input) |