Package apoc.util.collection
Class FilteringIterable<T>
java.lang.Object
apoc.util.collection.FilteringIterable<T>
- Type Parameters:
T- the type of items in the iteration.
- All Implemented Interfaces:
Iterable<T>
An iterable which filters another iterable, only letting items with certain
criteria pass through. All iteration/filtering is done lazily.