class

Crolog::QueryIterator

Inherits Iterator < Enumerable < Reference < Object

Constructors

new(predicate : LibProlog::Predicate, terms : LibProlog::Term)
Source

Instance methods

next

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

Source