Filter used to filter Records by criteria.
If false is returned records is not permitted to be processed, otherwise is permitted.
false
typedef Filter = bool Function(Record);