| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <OUTPUT,INPUT> |
FlatteningIterator.with(@Nonnull Iterator<? extends INPUT> iterator,
@NonNegative int level)
Returns a new flattening iterator that iterates over the elements of the given iterator with all collections up to the given level flattened.
|
Copyright © 2017. All rights reserved.