| Package | Description |
|---|---|
| com.github.underscore |
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
U.eachIndexed(Iterable<T> iterable,
BiConsumer<Integer,? super T> func) |
void |
U.forEachIndexed(BiConsumer<Integer,? super T> func) |
static <T> void |
U.forEachIndexed(Iterable<T> iterable,
BiConsumer<Integer,? super T> func) |
Copyright © 2020. All rights reserved.