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)
Deprecated.
Use
ArangoIterable.stream() and Stream.map(java.util.function.Function) instead. |
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)
Deprecated.
|
ArangoMappingIterator(ArangoIterator<R> iterator,
Function<? super R,? extends T> mapper) |
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.