public class ArangoMappingIterator<R,T> extends Object implements ArangoIterator<T>
Constructor and Description |
---|
ArangoMappingIterator(ArangoIterator<R> iterator,
Function<? super R,? extends T> mapper) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public ArangoMappingIterator(ArangoIterator<R> iterator, Function<? super R,? extends T> mapper)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.