| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull CombiningIterator<ELEMENT> |
CombiningIterator.with(@Nonnull Iterator<? extends ELEMENT> primaryIterator,
@Nonnull Iterator<? extends ELEMENT> secondaryIterator)
Returns a new combining iterator that iterates first over the elements of the first iterator and then over the elements of the second iterator.
|
Copyright © 2017. All rights reserved.