matches abstract method

bool matches(
  1. UnmodifiableMapView<Coordinate, Base> neighbourhood,
  2. Coordinate coordinate
)

Whether the rule matches against the neighbourhood.

If true the rule should be applyed.

Implementation

bool matches(
  UnmodifiableMapView<Coordinate, Base> neighbourhood,
  Coordinate coordinate,
);