Companion

object Companion

Functions

Link copied to clipboard
fun empty(): ClauseMultiSet

Creates an empty ClauseMultiSet

Link copied to clipboard
fun equals(multiSet1: ClauseMultiSet, multiSet2: ClauseMultiSet): Boolean
Link copied to clipboard
fun hashCode(multiSet: ClauseMultiSet): Int
Link copied to clipboard
fun of(vararg clause: <ERROR CLASS>): ClauseMultiSet

Creates a ClauseMultiSet with given clauses

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

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

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

Creates a ClauseMultiSet from the given Iterable of Clause

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

Creates a ClauseMultiSet from the given Sequence of Clause