Companion

object Companion

Functions

empty
Link copied to clipboard
fun empty(): ClauseQueue
Creates an empty ClauseQueue
equals
Link copied to clipboard
fun equals(queue1: ClauseQueue, queue2: ClauseQueue): Boolean
hashCode
Link copied to clipboard
fun hashCode(queue: ClauseQueue): Int
of
Link copied to clipboard
fun of(vararg clause: Clause): ClauseQueue
Creates a ClauseQueue with given clauses
fun of(vararg clause: Scope.() -> Clause): ClauseQueue
Let developers easily create a ClauseQueue programmatically while avoiding variables names clashing
fun of(clauses: Iterable<Clause>): ClauseQueue
Creates a ClauseQueue from the given Iterable of Clause
fun of(clauses: Sequence<Clause>): ClauseQueue
Creates a ClauseQueue from the given Sequence of Clause