Clause Collection
Types
Functions
Link copied to clipboard
Gives a freshly produced ClauseCollection including the given Clause and the content of this one
Link copied to clipboard
Gives a freshly produced ClauseCollection including all the given Clause and the content of this one
Link copied to clipboard
Tells if the ClauseCollection contains the given Clause
Link copied to clipboard
Tells if the ClauseCollection contains all the given Clause
Link copied to clipboard
Tells if the ClauseCollection contains any Clause
Link copied to clipboard
abstract fun retrieve(clause: <ERROR CLASS>): RetrieveResult<out ClauseCollection>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting the given Clause from this ClauseCollection
Link copied to clipboard
abstract fun retrieveAll(clause: <ERROR CLASS>): RetrieveResult<out ClauseCollection>
Content copied to clipboard
Produces a RetrieveResult as a consequence of the attempt at deleting all the given Clause from this ClauseCollection