public class Iterables
extends java.lang.Object
| Constructor and Description |
|---|
Iterables() |
| Modifier and Type | Method and Description |
|---|---|
static <E,U> void |
forEach(java.lang.Iterable<E> iterable,
Function<E,U> f) |
public static <E,U> void forEach(java.lang.Iterable<E> iterable,
Function<E,U> f)