| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull IteratingIterator<ELEMENT> |
IteratingIterator.with(ELEMENT firstElement,
@Nonnull FailableUnaryOperator<ELEMENT,?> unaryOperator)
Returns a new iterating iterator that iterates over the sequence produced by the given operator from the given first element.
|
Copyright © 2017. All rights reserved.