DaviIntValueMapper<DATA> typedef

DaviIntValueMapper<DATA> = int? Function(DATA data)

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

Used by DaviColumn.

Implementation

typedef DaviIntValueMapper<DATA> = int? Function(DATA data);