public class ArangoMappingIterable<R,T> extends AbstractArangoIterable<T> implements ArangoIterable<T>
| Modifier | Constructor and Description |
|---|---|
protected |
ArangoMappingIterable(ArangoIterable<R> iterable,
Function<? super R,? extends T> mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
foreach(Consumer<? super T> action)
Performs the given action for each element of the
ArangoIterable |
ArangoIterator<T> |
iterator() |
allMatch, anyMatch, collectInto, count, filter, first, map, noneMatchclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallMatch, anyMatch, collectInto, count, filter, first, map, noneMatchforEach, spliteratorprotected ArangoMappingIterable(ArangoIterable<R> iterable, Function<? super R,? extends T> mapper)
public ArangoIterator<T> iterator()
public void foreach(Consumer<? super T> action)
ArangoIterableArangoIterableforeach in interface ArangoIterable<T>action - a action to perform on the elementsCopyright © 2016–2019 ArangoDB GmbH. All rights reserved.