Package | Description |
---|---|
com.arangodb | |
com.arangodb.internal.cursor |
Modifier and Type | Method and Description |
---|---|
<R> ArangoIterable<R> |
ArangoIterable.map(Function<? super T,? extends R> mapper)
Returns a
ArangoIterable consisting of the results of applying the given function to the elements of this
ArangoIterable . |
Modifier and Type | Method and Description |
---|---|
<R> ArangoIterable<R> |
AbstractArangoIterable.map(Function<? super T,? extends R> mapper) |
Constructor and Description |
---|
ArangoMappingIterable(ArangoIterable<R> iterable,
Function<? super R,? extends T> mapper) |
ArangoMappingIterator(ArangoIterator<R> iterator,
Function<? super R,? extends T> mapper) |
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.