| Package | Description |
|---|---|
| com.github.bicoco | |
| com.github.bicoco.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> List<R> |
_.transform(List<T> list,
TransformFunction<T,R> function)
Deprecated.
Return a new list of another type element, applying a function for each element.
|
static <T,R> List<R> |
Helpers.transform(List<T> list,
TransformFunction<T,R> function)
Return a new list of another type element, applying a function for each element.
|
| Modifier and Type | Method and Description |
|---|---|
<R> List<R> |
ListHelper.transform(TransformFunction<T,R> function)
Return a new list of another type element, applying a function for each element.
|
Copyright © 2015. All rights reserved.