class Neo4j::StreamingResultSet::Iterator
- Neo4j::StreamingResultSet::Iterator
- Reference
- Object
Included Modules
- Iterator(Array(Neo4j::Value))
Defined in:
neo4j/bolt/connection.crConstructors
Instance Method Summary
- #channel : Channel(Array(Neo4j::Value))
- #complete!
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements.
Constructor Detail
Instance Method Detail
def next
#
Description copied from module Iterator(Array(Neo4j::Value))
Returns the next element in this iterator, or Iterator::Stop::INSTANCE
if there
are no more elements.