class Neo4j::StreamingResultSet
- Neo4j::StreamingResultSet
- Reference
- Object
Included Modules
- Iterable(Array(Neo4j::Value))
Defined in:
neo4j/bolt/connection.crConstructors
Instance Method Summary
- #<<(value : List) : self
- #complete!(*args, **options)
- #complete!(*args, **options, &)
-
#each : Neo4j::StreamingResultSet::Iterator
Must return an
Iterator
over the elements in this collection.
Constructor Detail
Instance Method Detail
def each : Neo4j::StreamingResultSet::Iterator
#
Description copied from module Iterable(Array(Neo4j::Value))
Must return an Iterator
over the elements in this collection.