Packages

trait CellSet extends AnyRef

A lighweight wrapper around performing foreach calculations on a set of cell coordinates

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CellSet
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def foreach(f: (Int, Int) ⇒ Unit): Unit

    Calls a funtion with the col and row coordinate of every cell contained in the CellSet.

    Calls a funtion with the col and row coordinate of every cell contained in the CellSet.

    f

    Function that takes col and row coordinates, that will be called for each cell contained in this CellSet.