class Neo4j::StreamingResultSet

Included Modules

Defined in:

neo4j/bolt/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def <<(value : List) : self #

[View source]
def complete!(*args, **options) #

[View source]
def complete!(*args, **options, &) #

[View source]
Description copied from module Iterable(Array(Neo4j::Value))

Must return an Iterator over the elements in this collection.


[View source]