class Neo4j::StreamingResultSet::Iterator

Included Modules

Defined in:

neo4j/bolt/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def channel : Channel(Array(Neo4j::Value)) #

[View source]
def complete! #

[View source]
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.


[View source]