compute abstract method

T compute()

Compute the value of the cell.

Implementations of this method may reference the values of cells included in arguments.

The new cell value should be returned.

Implementation

T compute();