Package | Description |
---|---|
com.arangodb |
Modifier and Type | Method and Description |
---|---|
boolean |
ArangoIterable.allMatch(Predicate<? super T> predicate)
Returns whether all elements of this
ArangoIterable match the provided predicate. |
boolean |
ArangoIterable.anyMatch(Predicate<? super T> predicate)
Returns whether any elements of this
ArangoIterable match the provided predicate. |
ArangoIterable<T> |
ArangoIterable.filter(Predicate<? super T> predicate)
Returns a
ArangoIterable consisting of the elements of this ArangoIterable that match the given
predicate. |
boolean |
ArangoIterable.noneMatch(Predicate<? super T> predicate)
Returns whether no elements of this
ArangoIterable match the provided predicate. |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.