| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <OUTPUT,INPUT> |
MappingIterator.with(@Nonnull Iterator<INPUT> iterator,
@Nonnull FailableUnaryFunction<? super INPUT,? extends OUTPUT,?> function)
Returns a new mapping iterator that iterates over the elements of the given iterator mapped by the given function.
|
Copyright © 2017. All rights reserved.