public class ArangoCursorAsyncImpl<T> extends ArangoCursorImpl<T> implements ArangoCursorAsync<T>
iterator
Modifier and Type | Method and Description |
---|---|
Stream<T> |
streamRemaining() |
asListRemaining, close, createIterator, foreach, getCount, getId, getStats, getType, getWarnings, hasNext, isCached, iterator, next, remove
allMatch, anyMatch, collectInto, count, filter, first, map, noneMatch, stream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asListRemaining, getCount, getId, getStats, getType, getWarnings, isCached
allMatch, anyMatch, collectInto, count, filter, first, foreach, iterator, map, noneMatch, stream
forEach, spliterator
forEachRemaining, hasNext, next, remove
public Stream<T> streamRemaining()
streamRemaining
in interface ArangoCursorAsync<T>
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.