EasyTableIntValueMapper<ROW> typedef

EasyTableIntValueMapper<ROW> = int? Function(ROW row)

Signature for a function that maps an int value of a row.

Used by EasyTableColumn.

Implementation

typedef EasyTableIntValueMapper<ROW> = int? Function(ROW row);