Companion
Functions
Link copied to clipboard
Creates an empty ClauseMultiSet
Link copied to clipboard
Creates an empty ClauseQueue
Link copied to clipboard
Creates a ClauseMultiSet with given clauses
fun multiSetOf(vararg clause: <ERROR CLASS>.() -> <ERROR CLASS>): ClauseMultiSet
Content copied to clipboard
Let developers easily create a ClauseMultiSet programmatically while avoiding variables names clashing
Creates a ClauseQueue from the given Iterable of Clause
Creates a ClauseQueue from the given Sequence of Clause
Link copied to clipboard
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 Iterable of Clause
Creates a ClauseQueue from the given Sequence of Clause