AttributionFilter typedef

AttributionFilter = bool Function(Attribution candidate)

Returns true when the given candidate Attribution matches the desired condition.

Implementation

typedef AttributionFilter = bool Function(Attribution candidate);