Cell$CellIntExtension extension

on

Methods

add(int val) → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Add
dec() → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Decrement
inc() → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Increment
mod(int val) → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Modulo
mul(int val) → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Multiply
neg() → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Negate
sub(int val) → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Subtract
truncDiv(int val) → void

Available on Cell<int>, provided by the Cell$CellIntExtension extension

Performs integer division of this object. Truncate Divide