| 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)
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 © 2014. All Rights Reserved.