Interface GridCell.PosProcessor

  • Enclosing class:
    GridCell

    public static interface GridCell.PosProcessor
    A helper interface to execute a method for each position of the cell.
    • Method Detail

      • apply

        void apply​(GridCellPos pos)
        execute some code for given position
        Parameters:
        pos - the position