queue Of
Creates a ClauseQueue with given clauses
fun queueOf(vararg clause: <ERROR CLASS>.() -> <ERROR CLASS>): ClauseQueue
Content copied to clipboard
Let developers easily create a ClauseQueue programmatically while avoiding variables names clashing
Creates a ClauseQueue from the given Sequence of Clause
Creates a ClauseQueue from the given Iterable of Clause