class Builder
Builds a new Sudoku.
<init> |
Builds a new Sudoku. Builder(: Int = DEFAULT_SIZE) |
build |
fun build(): Sudoco |
withEntries |
fun withEntries(: List<Int>): Builder |
withValue |
fun withValue(: Int, : Int, : Int): Builder |