Package com.arangodb
Interface ArangoIterable<T>
-
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
ArangoCursor<T>
public interface ArangoIterable<T> extends Iterable<T>
- Author:
- Mark Vollmary
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArangoIterator<T>
iterator()
Stream<T>
stream()
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-