| Package | Description |
|---|---|
| com.github.bicoco | |
| com.github.bicoco.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
_.map(List<T> list,
MapFunction<T> function)
Deprecated.
Return a new list of same type element, applying new value for each element.
|
static <T> List<T> |
Helpers.map(List<T> list,
MapFunction<T> function)
Return a new list of same type element, applying new value for each element.
|
static <T> void |
_.map$(List<T> list,
MapFunction<T> function)
Deprecated.
Modifing list applying new value for each element.
|
static <T> void |
Helpers.map$(List<T> list,
MapFunction<T> function)
Modifing list applying new value for each element.
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
ListHelper.map(MapFunction<T> function)
Return a new list of same type element, applying new value for each element.
|
void |
ListHelper.map$(MapFunction<T> function)
Modifing list applying new value for each element.
|
Copyright © 2015. All rights reserved.