IntCellExtensions extension

on

Methods

add(int val) → void

Available on Cell<int>, provided by the IntCellExtensions extension

Add
dec() → void

Available on Cell<int>, provided by the IntCellExtensions extension

Decrement
inc() → void

Available on Cell<int>, provided by the IntCellExtensions extension

Increment
mod(int val) → void

Available on Cell<int>, provided by the IntCellExtensions extension

Modulo
mul(int val) → void

Available on Cell<int>, provided by the IntCellExtensions extension

Multiply
neg() → void

Available on Cell<int>, provided by the IntCellExtensions extension

Negate
sub(int val) → void

Available on Cell<int>, provided by the IntCellExtensions extension

Subtract
truncDiv(int val) → void

Available on Cell<int>, provided by the IntCellExtensions extension

Performs integer division of this object. Truncate Divide