Companion

object Companion

Functions

Link copied to clipboard
Link copied to clipboard

Tells whether queue1 and queue2 contain the same clauses, in the same order.

Link copied to clipboard

Computes a hash code for queue, consistent with equals.

Link copied to clipboard

Creates a MutableClauseQueue from the given Iterable of Clause

Creates a MutableClauseQueue from the given Sequence of Clause

fun of(unificator: Unificator, vararg clause: Clause): MutableClauseQueue

Creates a MutableClauseQueue with given clauses

fun of(unificator: Unificator, vararg clause: Scope.() -> Clause): MutableClauseQueue

Let developers easily create a MutableClauseQueue programmatically while avoiding variables names clashing