public class ListMap
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListMap.Mapper<F,B> |
| Constructor and Description |
|---|
ListMap() |
| Modifier and Type | Method and Description |
|---|---|
static <F,B> java.util.List<B> |
map(java.util.List<F> inputList,
ListMap.Mapper<F,B> mapper) |
public static <F,B> java.util.List<B> map(java.util.List<F> inputList,
ListMap.Mapper<F,B> mapper)