| Constructor and Description |
|---|
MappingIterable(Function<I,O> mapper,
Iterable<I> original)
Constructs a mapping iterable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
forEach(Consumer<? super O> action) |
Iterator<O> |
iterator() |
Spliterator<O> |
spliterator() |
public Spliterator<O> spliterator()
spliterator in interface Iterable<O>