| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull GeneratingIterator<ELEMENT> |
GeneratingIterator.with(@Nonnull FailableProducer<? extends ELEMENT,?> producer)
Returns a new generating iterator that generates an infinite number of elements with the given producer.
|
Copyright © 2017. All rights reserved.