of

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: Sequence<<ERROR CLASS>>): ClauseQueue

Creates a ClauseQueue from the given Sequence of Clause


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

Creates a ClauseQueue from the given Iterable of Clause