class Crolog::QueryIterator

Included Modules

Defined in:

crolog/query_iterator.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(predicate : LibProlog::Predicate, terms : LibProlog::Term) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(Crolog::Atom)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]