Package | Description |
---|---|
com.arangodb |
Modifier and Type | Interface and Description |
---|---|
interface |
ArangoCursor<T> |
Modifier and Type | Method and Description |
---|---|
ArangoIterable<T> |
ArangoIterable.filter(Predicate<? super T> predicate)
Returns a
ArangoIterable consisting of the elements of this ArangoIterable that match the given
predicate. |
<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 . |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.