Companion

object Companion

Functions

Link copied to clipboard
fun empty(): ClauseQueue

Creates an empty ClauseQueue

Link copied to clipboard
fun equals(queue1: ClauseQueue, queue2: ClauseQueue): Boolean
Link copied to clipboard
fun hashCode(queue: ClauseQueue): Int
Link copied to clipboard
fun of(vararg clause: <ERROR CLASS>): ClauseQueue

Creates a ClauseQueue with given clauses

fun of(vararg clause: <ERROR CLASS>.() -> <ERROR CLASS>): ClauseQueue

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

fun of(clauses: Iterable<<ERROR CLASS>>): ClauseQueue

Creates a ClauseQueue from the given Iterable of Clause

fun of(clauses: Sequence<<ERROR CLASS>>): ClauseQueue

Creates a ClauseQueue from the given Sequence of Clause