EmptySquare

indigoextras.pathfinding.GridSquare$.EmptySquare
final case class EmptySquare(index: Int, coords: Coords, score: Option[Int]) extends GridSquare

Attributes

Graph
Supertypes
trait GridSquare
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def withScore(score: Int): EmptySquare

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields

val isEnd: Boolean
val name: String