| Package | Description |
|---|---|
| com.github.bicoco | |
| com.github.bicoco.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T,R> R |
_.reduce(List<T> list,
R initialValue,
ReduceFunction<T,R> function)
Deprecated.
Transform a list on a single value
|
static <T,R> R |
Helpers.reduce(List<T> list,
R initialValue,
ReduceFunction<T,R> function)
Transform a list on a single value
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
ListHelper.reduce(R initialValue,
ReduceFunction<T,R> function)
Transform a list on a single value
|
Copyright © 2015. All rights reserved.