Package apoc.util.collection
package apoc.util.collection
-
ClassDescriptionAn iterable which filters another iterable, only letting items with certain criteria pass through.An iterator which filters another iterator, only letting items with certain criteria pass through.Utility methods for processing iterables.Abstract class for how you usually implement iterators when you don't know how many objects there are (which is pretty much every time) Basically the
PrefetchingIterator.hasNext()method will look up the next object and cache it.This exception is thrown when a checked exception occurs insideResource.close().