Package | Description |
---|---|
com.arangodb | |
com.arangodb.async | |
com.arangodb.async.internal | |
com.arangodb.internal.cursor |
Modifier and Type | Interface and Description |
---|---|
interface |
ArangoCursor<T> |
Modifier and Type | Method and Description |
---|---|
ArangoIterable<T> |
ArangoIterable.filter(Predicate<? super T> predicate)
Deprecated.
Use
stream() and Stream.filter(java.util.function.Predicate) instead. |
<R> ArangoIterable<R> |
ArangoIterable.map(Function<? super T,? extends R> mapper)
Deprecated.
Use
stream() and Stream.map(java.util.function.Function) instead. |
Modifier and Type | Interface and Description |
---|---|
interface |
ArangoCursorAsync<T> |
Modifier and Type | Class and Description |
---|---|
class |
ArangoCursorAsyncImpl<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArangoIterable<T> |
class |
ArangoCursorImpl<T> |
class |
ArangoFilterIterable<T>
Deprecated.
|
class |
ArangoMappingIterable<R,T>
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ArangoIterable<T> |
AbstractArangoIterable.filter(Predicate<? super T> predicate) |
<R> ArangoIterable<R> |
AbstractArangoIterable.map(Function<? super T,? extends R> mapper) |
Constructor and Description |
---|
ArangoFilterIterable(ArangoIterable<T> iterable,
Predicate<? super T> predicate)
Deprecated.
|
ArangoMappingIterable(ArangoIterable<R> iterable,
Function<? super R,? extends T> mapper)
Deprecated.
|
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.