| Package | Description |
|---|---|
| com.github.bicoco | |
| com.github.bicoco.collections |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
_.each(List<T> list,
EachFunction<T> function)
Deprecated.
Execute a custom action for each element of list.
|
static <T> void |
Helpers.each(List<T> list,
EachFunction<T> function)
Execute a custom action for each element of list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListHelper.each(EachFunction<T> function)
Execute a custom action for each element of list.
|
Copyright © 2015. All rights reserved.