| Package | Description |
|---|---|
| net.digitalid.utility.functional.iterators |
Provides the iterators for the functional iterables.
|
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENT> @Nonnull FilteringIterator<ELEMENT> |
FilteringIterator.with(@Nonnull Iterator<? extends ELEMENT> iterator,
@Nonnull FailablePredicate<? super ELEMENT,?> predicate)
Returns a new filtering iterator that iterates over the elements of the given iterator that fulfill the given predicate.
|
Copyright © 2017. All rights reserved.