Filter typedef

Filter = bool Function(Record)

Filter used to filter Records by criteria.

If false is returned records is not permitted to be processed, otherwise is permitted.

Implementation

typedef Filter = bool Function(Record);