EmptySquare

final case
class EmptySquare(index: Int, coords: Coords, score: Option[Int]) extends GridSquare
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withScore(score: Int): EmptySquare

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val isEnd: Boolean
val isStart: Boolean
val name: String