containsAll

open override fun containsAll(elements: Collection<SudokuSchema>): Boolean

Checks if all specified SudokuSchema instances are present in the collection.

Return

True if all elements are in the collection, false otherwise.

Parameters

elements

The collection of SudokuSchema to check for.