BlockIterator

class BlockIterator(block: Block) : Iterator<Term>

An Iterator walking the goals wrapped by a Block, unfolding the Tuple its arguments are folded into (if any), left to right.

Constructors

Link copied to clipboard
constructor(block: Block)

Functions

Link copied to clipboard
open operator override fun hasNext(): Boolean
Link copied to clipboard
open operator override fun next(): Term