of

fun of(vararg clause: <ERROR CLASS>): MutableClauseMultiSet

Creates a MutableClauseMultiSet with given clauses


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

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


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

Creates a MutableClauseMultiSet from the given Sequence of Clause


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

Creates a MutableClauseMultiSet from the given Iterable of Clause