public interface QueryableIterable<T extends GeObject> extends Iterable<T>
| Modifier and Type | Method and Description |
|---|---|
Query |
query(Authorizations authorizations)
Creates a query for this iterable.
|
Query |
query(String queryString,
Authorizations authorizations)
Creates a query for this iterable.
|
forEach, iterator, spliteratorQuery query(Authorizations authorizations)
authorizations - The authorizations used to find the edges and vertices.Query query(String queryString, Authorizations authorizations)
queryString - The string to search for.authorizations - The authorizations used to find the edges and vertices.Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.